layout/skeleton/_body.html @ c1058fd46641

Add the outline of the Vim Plugin post.
author Steve Losh <steve@stevelosh.com>
date Wed, 13 Jul 2011 01:21:49 -0400
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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

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