{% set page_title = page_title|default('Rules') %}
{% set global_rules = [
{
"text": "You will abide by US law as well as your local law. You will not post any illegal content, be it through text, images or otherwise."
},
{
"text": "You will not post or advocate for pedophilia or pedophilic content.",
"sub": [
"Sexual depictions of underage characters are not allowed."
]
},
{
"text": "(((Pornographic imagery))) is not allowed."
},
{
"text_before_link": "Refrain from posting soyjaks outside of ",
"link_href": "https://qa2triots.win/weab/",
"link_text": ">>>/weab/",
"text_after_link": " (some are OK if on topic), and tranime. Doing so will get your threads/posts moved to its designated board."
},
{
"text": "You will not flood/spam the boards."
},
{
"text": "Posts with heavy gore, such as mutilation, beheadings, etc, are NOT allowed. Light gore/war footage is allowed as long as spoilered."
}
] %}
{% set board_rules = [
{
"name": "/qa2/ Rules",
"items": [
"Real life frogs only.",
"No (((shills))).",
"No trannies.",
"No faggots."
]
},
{
"name": "/q/ Rules",
"items": [
"Must be meta related."
]
},
{
"name": "/weab/ Rules",
"items": [
"Filth goes here."
]
}
] %}
{{ page_title|e }}
{% if config.url_favicon is defined and config.url_favicon %}
{% endif %}
{% if config.url_stylesheet is defined and config.url_stylesheet %}
{% endif %}
{% if config.default_stylesheet is defined and config.default_stylesheet[1] is defined and config.default_stylesheet[1] %}
{% endif %}
{% if config.font_awesome is defined and config.font_awesome %}
{% endif %}
{{ include(['navbar.html', 'boardlist.html'], ignore_missing = true) }}
{{ page_title|e }}
Global Rules
{% for rule in global_rules %}
{% if rule.link_href is defined %}
{{ rule.text_before_link|e }}{{ rule.link_text|e }}{{ rule.text_after_link|e }}
{% else %}
{{ rule.text|e }}
{% endif %}
{% if rule.sub is defined and rule.sub %}