blob: a9dd0fc141da2ed3ccc1d702782cfba396ca09c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 %}
|