ily.li/views/about.njk

14 lines
307 B
Plaintext
Raw Normal View History

2020-04-23 18:07:49 +02:00
{% extends 'layouts/base.njk' %}
2020-06-14 13:01:52 +02:00
{% set title = 'ily.li - About' %}
2020-04-23 18:07:49 +02:00
{% block body %}
2020-06-14 13:01:52 +02:00
<h1>Self-hosting files</h1>
2020-04-23 18:07:49 +02:00
<div class="container">
<section class="panel">
2020-06-14 13:01:52 +02:00
<h2>Details</h2>
<p class="center">Powered by wms-core</p>
2020-04-23 18:07:49 +02:00
</section>
</div>
{% endblock %}