mirror of
https://github.com/Relintai/voxelman.git
synced 2025-01-14 15:11:10 +01:00
5 lines
83 B
HTML
5 lines
83 B
HTML
|
{% extends "!layout.html" %}
|
||
|
{% block linktags %}
|
||
|
{{ super() }}
|
||
|
{% endblock %}
|