{% extends "inherit/00_base.tmpl" %} {% block title %}Index{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
Welcome to my blog!
{% if exists("blog_listing") %}{{ loop.index1 }} | {{ entry.filename }} | {{ entry.title }} | {{ entry.tags }} | {{ entry.author }} | {{ entry.createDate }} | {{ entry.publishDate }} | {{ entry.published }} | {{ indent(entry.content, 16, false, false) }} | {% if loop.is_last == false %}more{% else %}eof{% endif %} |