Skip to content

Instantly share code, notes, and snippets.

@richleland
Created February 14, 2012 20:50
Show Gist options
  • Select an option

  • Save richleland/1830268 to your computer and use it in GitHub Desktop.

Select an option

Save richleland/1830268 to your computer and use it in GitHub Desktop.
{% extends "base_site.html" %}
{% load content_tags %}
{% block browser_title %}{{ current_page.browser_title }}{% endblock %}
{% block meta_description %}{{ current_page.meta_description }}{% endblock %}
{% block meta_keywords %}{{ current_page.meta_keywords }}{% endblock %}
{% block meta_robots %}{{ current_page.meta_robots }}{% endblock %}
{% block content %}
<h1>{{ obj.title }}</h1>
<h2>{{ current_page.page_title }}</h2>
{% render_group current_page.body %}
<h3>Right Rail Feature Modules</h3>
{% render_module "Right Rail Feature" modules %}
{% endblock content %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment