nopaque/web/app/templates/content/news_launch.html.j2
2020-09-21 15:25:28 +02:00

25 lines
735 B
Django/Jinja

{% extends "nopaque.html.j2" %}
{% block page_content %}
<div class="col s12">
<div class="card">
<div class="card-content">
<span class="card-title">Beta Launch of nopaque!</span>
<p>
Dear users
</p>
<br>
<p>
A few days ago we went live with nopaque. Right now nopaque is still in
its Beta phase. So some bugs are to be expected. If you encounter any
bugs or some feature is not working as expected please send as an email
using the feedback button at the botton of the page in the footer!
</p>
<p>We are happy to help you with any issues and will use the feedback to
fix all mentioned bugs!</p>
</div>
</div>
</div>
{% endblock %}