2014-09-28 15:43:24 -04:00
|
|
|
{% filter remove_whitespace %}
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
2017-03-03 01:20:07 -05:00
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
2017-04-27 12:16:56 -04:00
|
|
|
<script type='text/javascript'>
|
|
|
|
var active_page = "rules";
|
|
|
|
</script>
|
2014-09-28 15:43:24 -04:00
|
|
|
<title>{{ settings.title }}</title>
|
2017-04-27 12:16:56 -04:00
|
|
|
{% include 'header.html' %}
|
2014-09-28 15:43:24 -04:00
|
|
|
</head>
|
2017-04-27 12:16:56 -04:00
|
|
|
<body class="8chan vichan {% if mod %}is-moderator{% else %}is-not-moderator{% endif %} active-{% if not no_post_form %}index{% else %}ukko{% endif %}" data-stylesheet="{% if config.default_stylesheet.1 != '' %}{{ config.default_stylesheet.1 }}{% else %}default{% endif %}">
|
2014-12-17 00:14:26 -05:00
|
|
|
<div class="bar top">
|
2015-05-17 01:04:13 -04:00
|
|
|
{{ boardlist.top }}
|
2014-11-12 19:32:01 -05:00
|
|
|
</div>
|
2014-09-28 15:43:24 -04:00
|
|
|
|
|
|
|
<header>
|
|
|
|
<h1>{{ settings.title }}</h1>
|
|
|
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
|
|
|
</header>
|
|
|
|
|
2016-04-09 22:22:29 -04:00
|
|
|
<center>
|
|
|
|
<img alt="mascot" src="static/lain_is_cute_datass_small.png"/>
|
|
|
|
</center>
|
2014-09-28 15:43:24 -04:00
|
|
|
|
2016-08-21 15:21:52 -04:00
|
|
|
{% include 'rules.html' %}
|
2017-04-27 12:16:56 -04:00
|
|
|
<div class="pages"></div>
|
|
|
|
<script type="text/javascript">{% raw %}
|
|
|
|
ready();
|
|
|
|
{% endraw %}</script>
|
2014-09-28 15:43:24 -04:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
{% endfilter %}
|