layout/skeleton/_body.html @ 369014a3a038

Fix some mistakes in the Vim entry.
author Steve Losh <steve@stevelosh.com>
date Mon, 20 Sep 2010 20:42:03 -0400
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

{% block title %}{{site.name}} / {{ page.title }}{% endblock %}

{% block content %}
    {% block content_body %}{% endblock %}
{% endblock %}