This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/views/yuuno/manage/overview/index.twig

12 lines
224 B
Twig
Raw Normal View History

2017-03-23 15:01:53 +00:00
{% extends '@yuuno/manage/overview/master.twig' %}
2016-07-31 19:36:13 +00:00
{% set mode = 'Index' %}
{% block description %}
<p>A quick overview on what's going on.</p>
{% endblock %}
{% block manageContent %}
<h1>wew</h1>
{% endblock %}