{% extends ../base/base.html %} {% block main %}

CMS :: Index

{% for entry in model %} {% module EntryListItem(model=entry) %} {% end %}
ID Title Summary
{% end %} {% block debug %} {% module DebugModule(item=globals()) %} {% end %}