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 %}
|
2018-04-23 03:00:55 +00:00
|
|
|
|
2018-08-15 17:20:41 +00:00
|
|
|
{% block manage_content %}
|
2018-10-22 17:26:59 +00:00
|
|
|
<div class="container">
|
2018-10-22 19:53:21 +00:00
|
|
|
{{ container_title('Overview') }}
|
|
|
|
|
2018-08-15 02:25:42 +00:00
|
|
|
<div class="container__content">
|
2018-10-11 21:43:52 +00:00
|
|
|
<p>Welcome to Manage, here you can manage things.</p>
|
|
|
|
<p>Please teach me how to give a shit about management panel. -flashwave</p>
|
2018-08-15 02:25:42 +00:00
|
|
|
</div>
|
2018-04-23 03:00:55 +00:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|