diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..a9dd0fc --- /dev/null +++ b/templates/index.html @@ -0,0 +1,14 @@ +{% extends "base.html" %} + +{% block content %} +<p class="tagline">small, durable software ยท privacy-first tools you control</p> + +<div class="hero-actions"> + <a class="btn btn-primary" href="{{ get_url(path="/services/") | safe }}">view services →</a> + <a class="btn" href="{{ get_url(path="/apps/") | safe }}">browse apps</a> +</div> + +<article class="prose"> + {{ section.content | safe }} +</article> +{% endblock content %} |
