krz/krz.sh
clone: git clone https://gitbay.org/krz/krz.sh.git
main: templates/index.html · raw
1{% extends "base.html" %}
2
3{% block content %}
4<p class="tagline">small, durable software · privacy-first tools you control</p>
5
6<div class="hero-actions">
7 <a class="btn btn-primary" href="{{ get_url(path="/services/") | safe }}">view services →</a>
8 <a class="btn" href="{{ get_url(path="/apps/") | safe }}">browse apps</a>
9</div>
10
11<article class="prose">
12 {{ section.content | safe }}
13</article>
14{% endblock content %}