Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 1 | {% extends "app/website/templates/html/page.html" %} |
Anand Doshi | 51146c0 | 2012-07-12 18:41:12 +0530 | [diff] [blame] | 2 | |
| 3 | {% block javascript %} |
| 4 | {% if insert_code %} |
| 5 | {{ javascript }} |
| 6 | {% endif %} |
| 7 | {% endblock %} |
Anand Doshi | 72c945b | 2012-06-22 20:01:07 +0530 | [diff] [blame] | 8 | |
| 9 | {% block content %} |
Rushabh Mehta | cce21d1 | 2013-08-21 17:48:08 +0530 | [diff] [blame] | 10 | <div class="col-md-12" style="margin-top: 15px;"> |
Rushabh Mehta | 3023a8f | 2013-04-03 16:34:23 +0530 | [diff] [blame] | 11 | {% include "app/website/templates/html/slideshow.html" %} |
Rushabh Mehta | 78db3ec | 2013-02-21 14:25:30 +0530 | [diff] [blame] | 12 | {{ main_section }} |
| 13 | </div> |
Anand Doshi | 72c945b | 2012-06-22 20:01:07 +0530 | [diff] [blame] | 14 | {% endblock %} |