2022-03-27 21:21:21 +00:00
|
|
|
{% extends "source/includes/base.html" %}
|
|
|
|
{% import "source/includes/macros.html" as macros %}
|
|
|
|
|
|
|
|
{% set title = "Holllo" %}
|
|
|
|
|
|
|
|
{% block head %}
|
|
|
|
<link rel="stylesheet" href="/scss/home/home.scss">
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
<header class="page-header">
|
|
|
|
<img alt="Holllo" src="/assets/holllo-mark.png">
|
2022-09-26 19:33:14 +00:00
|
|
|
<p class="byline">Developing free and open-source software, forever.</p>
|
|
|
|
<a href="mailto:helllo@holllo.org">helllo@holllo.org</a>
|
2022-03-27 21:21:21 +00:00
|
|
|
</header>
|
|
|
|
{% endblock %}
|