1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-02-17 10:53:57 +00:00
royalnet/templates/wikilist.html
2018-09-14 00:49:22 +02:00

14 lines
No EOL
232 B
HTML

{% extends 'base.html' %}
{% block pagetitle %}
Elenco delle Wiki
{% endblock %}
{% block body %}
<h1>
Royal Wiki
</h1>
<div class="wiki-home">
{% include "wikibox.html" %}
</div>
{% endblock %}