{% style "css/screen.css" %}
Toggle navigation
{{title}}
Home
Archives
{% for nav-page in navbar-pages %}
{{nav-page.title}}
{% endfor %}
RSS
{% block content %} {% endblock %}
Links
Carmen's Blog
{% for page in sidebar-pages %}
{{page.title}}
{% endfor %}
Recent Posts
{% for post in latest-posts %}
{{post.title}}
{% endfor %}
Tags
{% for tag in tags %}
{{tag.name}}
{% endfor %}
{% script "js/highlight.pack.js" %}