1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/templates/wikilist.html

14 lines
243 B
HTML
Raw Normal View History

2018-09-08 00:08:05 +00:00
{% extends 'base.html' %}
{% block pagetitle %}
Elenco delle Wiki
{% endblock %}
{% block body %}
<h1>
Royal Wiki
</h1>
<div class="wiki-home">
2018-09-13 22:52:00 +00:00
{% include "components/wikibox.html" %}
2018-09-08 00:08:05 +00:00
</div>
{% endblock %}