mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
14 lines
No EOL
243 B
HTML
14 lines
No EOL
243 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block pagetitle %}
|
|
Elenco delle Wiki
|
|
{% endblock %}
|
|
|
|
{% block body %}
|
|
<h1>
|
|
Royal Wiki
|
|
</h1>
|
|
<div class="wiki-home">
|
|
{% include "components/wikibox.html" %}
|
|
</div>
|
|
{% endblock %} |