layout/skeleton/_body.html @ 6432040d5154

Replace scrolly headers on resize too.
author Steve Losh <steve@stevelosh.com>
date Fri, 12 Oct 2012 11:37:10 -0400
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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

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