mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 09:33:44 +01:00
11 lines
160 B
HTML
11 lines
160 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block container %}
|
||
|
<main>
|
||
|
<div class="box box_grey">
|
||
|
{% block content %}
|
||
|
{% endblock %}
|
||
|
</div>
|
||
|
</main>
|
||
|
{% endblock %}
|