Created
February 14, 2012 20:50
-
-
Save richleland/1830268 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% 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