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