ily.li/views/about.njk

15 lines
316 B
Plaintext
Raw Normal View History

2020-04-23 18:07:49 +02:00
{% extends 'layouts/base.njk' %}
2020-06-27 17:20:06 +02:00
{% set title = app.name + ' - About us' %}
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 %}