Skip to content

Instantly share code, notes, and snippets.

@almonk
Created November 1, 2011 16:14
Show Gist options
  • Save almonk/1330974 to your computer and use it in GitHub Desktop.
Save almonk/1330974 to your computer and use it in GitHub Desktop.
{% extends 'default.html' %}
{% block main %}
<h1>{{page.title}}</h1>
{{ page.body | markdown }}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment