2014-09-28 19:43:24 +00:00
|
|
|
{% filter remove_whitespace %}
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
2017-03-03 06:20:07 +00:00
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
2017-04-27 16:16:56 +00:00
|
|
|
<script type='text/javascript'>
|
|
|
|
var active_page = "rules";
|
|
|
|
</script>
|
2014-09-28 19:43:24 +00:00
|
|
|
<title>{{ settings.title }}</title>
|
2017-04-27 16:16:56 +00:00
|
|
|
{% include 'header.html' %}
|
2014-09-28 19:43:24 +00:00
|
|
|
</head>
|
2017-04-27 16:16:56 +00: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 05:14:26 +00:00
|
|
|
<div class="bar top">
|
2015-05-17 05:04:13 +00:00
|
|
|
{{ boardlist.top }}
|
2014-11-13 00:32:01 +00:00
|
|
|
</div>
|
2014-09-28 19:43:24 +00:00
|
|
|
|
|
|
|
<header>
|
2017-05-11 12:05:20 +00:00
|
|
|
<h1 class="glitch" data-text="{{ settings.title }}"> {{ settings.title }}</h1>
|
2014-09-28 19:43:24 +00:00
|
|
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
|
|
|
</header>
|
|
|
|
|
2016-04-10 02:22:29 +00:00
|
|
|
<center>
|
2021-05-13 04:02:39 +00:00
|
|
|
<img alt="logo" src="static/leftypol_logo.png" width=15%/>
|
2016-04-10 02:22:29 +00:00
|
|
|
</center>
|
2014-09-28 19:43:24 +00:00
|
|
|
|
2016-08-21 19:21:52 +00:00
|
|
|
{% include 'rules.html' %}
|
2017-04-27 16:16:56 +00:00
|
|
|
<div class="pages"></div>
|
|
|
|
<script type="text/javascript">{% raw %}
|
|
|
|
ready();
|
|
|
|
{% endraw %}</script>
|
2014-09-28 19:43:24 +00:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
{% endfilter %}
|
2021-05-13 04:02:39 +00:00
|
|
|
|