{% set page_title = page_title|default('Rules') %} {% set global_rules = [ { "html": "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." }, { "html": "You will not post or advocate for pedophilia or pedophilic content.", "sub": [ "Sexual depictions of underage characters are not allowed." ] }, { "html": "(((Pornographic imagery))) is not allowed." }, { "html": "Refrain from posting soyjaks outside of >>>/weab/ (some are OK if on topic), and tranime. Doing so will get your threads/posts moved to its designated board." }, { "html": "You will not flood/spam the boards." }, { "html": "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 %}
  1. {{ rule.html|raw }} {% if rule.sub is defined and rule.sub %}
      {% for subrule in rule.sub %}
    • {{ subrule|e }}
    • {% endfor %}
    {% endif %}
  2. {% endfor %}
Board Specific Rules
{% for board in board_rules %}
{{ board.name|e }}
    {% for item in board.items %}
  1. {{ item|e }}
  2. {% endfor %}
{% endfor %}