22 lines
413 B
HTML
22 lines
413 B
HTML
{% extends "default.html" %}
|
|
|
|
{% block title %}
|
|
<title>{{SITE_TITLE}} Rules</title>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<pre>
|
|
|
|
|
|
</pre>
|
|
<div class="mx-4 mt-2 mb-6">
|
|
<h1 class="text-muted text-uppercase">Rules</h1>
|
|
|
|
<div id="sidebar" class="my-3">
|
|
<div id="toc_container">
|
|
<h1 id="Contents" class="toc_title">Don't be retarded :)</h1>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|