[website] [minor] moving to framework

This commit is contained in:
Rushabh Mehta
2013-09-09 12:32:35 +05:30
parent c59c4e0699
commit e865de01ee
28 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{% extends "app/website/templates/html/outer.html" %}
{% block title -%}{{ title }}{%- endblock %}
{% block header -%}
{{ super() }}
<script>
{% block javascript -%}
{%- endblock %}
</script>
{% block css -%}
{% if insert_style -%}
<style>{{ css }}</style>
{%- endif %}
{%- endblock %}
{%- endblock -%}
{%- block content -%}
{{ content }}
{%- endblock %}