layout/skeleton/_body.html @ 81a789a67c4a

footer: use https:// where appropriate
author David Chambers <david@upthere.com>
date Wed, 26 Sep 2012 23:45:08 -0700
parents 95c935d55811
children (none)
{% extends "skeleton/_base.html" %}

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

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