{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

syntax highlighting based on Pygments' default colors

page generated by gronk

rss feed

{% if license %}
License
{{ license }}
{% endif %} {% if not content %}

{{ title }}

{% endif %} {% if not content_after_search %} {{ content|safe }} {% for post in posts %} {{ post['description']|safe }} {% endfor %} {% endif %} {% if automatic_index %}

List of posts

{% if search_bar %}

Press (Shift+)Enter to open first result (in new tab)

{% endif %}
{% endif %} {% if content_after_search %} {{ content|safe }} {% for post in posts %}
{{ post['description']|safe }}
{% endfor %} {% endif %} {% endblock %}