{% extends "base.html" %} {% block title %}Posts{% endblock %} {% block opengraph %} {% endblock %} {% block description %}Listing of all posts{% endblock %} {% block content %}

Posts

RSS
{% if posts.len() == 0 %} Nothing to see here! {% else %} {% endif %} {% endblock %}