This repository has been archived on 2021-01-16. You can view files and clone it, but cannot push or open issues/pull-requests.
satyr/templates/about.njk

4 lines
86 B
Plaintext

{% extends "base.njk" %}
{% block content %}
{% include "about.html" %}
{% endblock %}