Load YOLOCOLO templates from a "theme" folder..

..configurable using the THEME env var.

Defaults to normal Capsul theme.
This commit is contained in:
3wc
2021-07-21 22:24:25 +02:00
parent bcc3f20b27
commit 40aa3bccd3
16 changed files with 535 additions and 65 deletions

View File

@ -0,0 +1,21 @@
{% extends 'base.html' %}
{% block title %}Support{% endblock %}
{% block content %}
<div class="row half-margin">
<h1>SUPPORT</h1>
</div>
<div class="row half-margin">
<a href="mailto:yolocolo@doesthisthing.work?subject=Please%20help!">yolocolo@doesthisthing.work</a>
</div>
{% endblock %}
{% block subcontent %}
<p>
You can also find us on Matrix: <a
href="https://matrix.to/#/#untitled-hosting.public:autonomic.zone">#untitled-hosting.public:autonomic.zone</a>.
</p>
{% endblock %}
{% block pagesource %}/templates/support.html{% endblock %}