{{ template "base.html" . }} {{ define "content" }} This is the index page. {{ end }} {{/* {{ define "extrahead" }} {{ end }} {% block columns %} {% include "showcase/js_templates.html" %} {% include "timeline/js_templates.html" %}

Community Showcase

This is a selection of recent work done by community members. Want to participate? Join us on Discord.
{% spaceless %}
{% for col in recent_post_columns %}
{% if forloop.counter == 1 %}
{% include "blog_index_thread_list_entry.html" with post=featured_post align_top=True %}
{% endif %} {% for entry in col %} {% with proj=entry.project posts=entry.posts %}

{{ proj.name }}

{% if entry.featured and proj.slug != "hmn" %} {% with post=entry.featured.0 has_read=entry.featured.1 %} {% if post.category.kind == 5 and post.parent == None %} {% include "thread_list_entry.html" with thread=post.thread %} {% else %} {% include "blog_index_thread_list_entry.html" with align_top=True %} {% endif %} {% endwith %} {% endif %} {% for post, has_read in posts %} {% if forloop.counter0 < max_posts %} {% include "thread_list_entry.html" with thread=post.thread %} {% endif %} {% endfor %} {% with more=posts|length|add:-5|clamp_lower:0 %} {% if more > 0 %} {% endif %} {% endwith %}
{% endwith %} {% endfor %}
{% endfor %}
{% endspaceless %} {% endblock %} */}}