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
217 B
Twig
Raw Normal View History

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