misuzu/templates/manage/general/overview.twig

14 lines
427 B
Twig
Raw Normal View History

2018-08-15 01:12:58 +00:00
{% extends 'manage/general/master.twig' %}
2018-10-22 19:53:21 +00:00
{% from 'macros.twig' import container_title %}
{% block manage_content %}
<div class="container">
2018-10-22 19:53:21 +00:00
{{ container_title('Overview') }}
<div class="container__content">
<p>Welcome to Manage, here you can manage things.</p>
<p>Please teach me how to give a shit about management panel. -flashwave</p>
</div>
</div>
{% endblock %}