2018-08-15 03:12:58 +02:00
|
|
|
{% extends 'manage/general/master.twig' %}
|
2018-10-22 21:53:21 +02:00
|
|
|
{% from 'macros.twig' import container_title %}
|
2018-04-23 05:00:55 +02:00
|
|
|
|
2018-08-15 19:20:41 +02:00
|
|
|
{% block manage_content %}
|
2018-10-22 19:26:59 +02:00
|
|
|
<div class="container">
|
2018-10-22 21:53:21 +02:00
|
|
|
{{ container_title('Overview') }}
|
|
|
|
|
2018-08-15 04:25:42 +02:00
|
|
|
<div class="container__content">
|
2018-10-11 23:43:52 +02: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 04:25:42 +02:00
|
|
|
</div>
|
2018-04-23 05:00:55 +02:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|