blob: c9fbec449afc5f105c8f84b7bc61f155cc158a04 [file] [log] [blame]
Rushabh Mehta3023a8f2013-04-03 16:34:23 +05301{% extends "app/website/templates/html/outer.html" %}
Rushabh Mehtabd7f7232012-06-15 14:00:06 +05302
Rushabh Mehtabed19ac2013-03-21 17:12:25 +05303{% block title -%}{{ title }}{%- endblock %}
Rushabh Mehtabd7f7232012-06-15 14:00:06 +05304
Rushabh Mehtabed19ac2013-03-21 17:12:25 +05305{% block header -%}
Rushabh Mehtabd7f7232012-06-15 14:00:06 +05306 {{ super() }}
Rushabh Mehtabd7f7232012-06-15 14:00:06 +05307 <script>
Rushabh Mehtabed19ac2013-03-21 17:12:25 +05308 {% block javascript -%}
9 {%- endblock %}
Rushabh Mehtabd7f7232012-06-15 14:00:06 +053010 </script>
Rushabh Mehtabed19ac2013-03-21 17:12:25 +053011 {% block css -%}
12 {% if insert_style -%}
Anand Doshi5d9fc722012-06-21 11:48:51 +053013 <style>{{ css }}</style>
Rushabh Mehtabed19ac2013-03-21 17:12:25 +053014 {%- endif %}
15 {%- endblock %}
16{%- endblock -%}
Rushabh Mehtabd7f7232012-06-15 14:00:06 +053017
Rushabh Mehtabed19ac2013-03-21 17:12:25 +053018{%- block content -%}
Rushabh Mehtabd7f7232012-06-15 14:00:06 +053019 {{ content }}
Rushabh Mehtabed19ac2013-03-21 17:12:25 +053020{%- endblock %}