wiki/overrides/main.html
2025-08-06 13:00:32 +01:00

14 lines
355 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "base.html" %}
{% block content %}
<div id="wiki-multipane">
<div id="wiki-main-pane" class="megapage-grid">
{{ super() }} {# Materials normal two-column layout #}
</div>
<aside id="wiki-source-pane">
<iframe id="source-frame" title="Source preview"></iframe>
</aside>
</div>
{% endblock %}