{% extends "default.html" %} {# Title (~25char max), Description (~80char max), Icon (fa-foo-bar), Color (#ff0000), URL (/post/12345/) #} {%- set MEGATHREAD_INDEX = [ ( 'Bugs / Suggestions', 'Something broken? Improvements?', 'fa-bug', '#6b8e23', '/post/18459', ), ( 'Submit Marseys', 'For original Marseys or other emoji.', 'fa-cat', '#ffa500', '/post/16583', ), ( 'Submit Sidebar Art', 'Original rDrama-themed works.', 'fa-sidebar', '#f5fffa', '/post/75878', ), ( 'Submit Banner Art', 'Original chud-repellant works.', 'fa-panorama', '#87cefa', '/post/35835', ), ( 'Submit Snappy Quotes', 'Sentient.', 'fa-robot', '#adff2f', '/post/33652', ), ( 'Marsey Commissions', 'Request a Marsey to be made.', 'fa-coins', '#ffd700', '/post/37677', ), ( 'Gambling Spam', 'Goomble without bothering people.', 'fa-dice-six', '#c9d1d9', '/post/39413', ), ] -%} {% block content %}
{% for thread in MEGATHREAD_INDEX %} {% endfor %}
{% endblock %}