{% extends "layout.html" %} {% block title %}Index - Atlas77 Docs{% endblock title %} {% block content %} Contents {% for item in items %} {{ item.title }} {{ item.kind }} {% endfor %} {% endblock content %}