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/templates/misaki/forum/index.twig

11 lines
253 B
Twig
Raw Normal View History

2016-01-04 20:14:09 +00:00
{% extends 'global/master.twig' %}
{% block title %}Forum Listing{% endblock %}
{% block content %}
<div class="homepage forums">
2016-01-04 20:14:09 +00:00
{% include 'elements/statsHeader.twig' %}
{% include 'forum/forum.twig' %}
</div>
{% endblock %}