layout/skeleton/_body.html @ 712f14a1a1cd

Add timeago.js to generate "ago" dates on the fly.
author Steve Losh <steve@stevelosh.com>
date Tue, 02 Feb 2010 20:46:15 -0500
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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

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