Rushabh Mehta | 8ff938a | 2013-03-06 11:20:56 +0530 | [diff] [blame] | 1 | {% extends "html/outer.html" %} |
2 | |||||
Rushabh Mehta | 685be2f | 2013-03-06 12:06:34 +0530 | [diff] [blame] | 3 | {% set title=webnotes.message_title %} |
Rushabh Mehta | 8ff938a | 2013-03-06 11:20:56 +0530 | [diff] [blame] | 4 | |
5 | {% block content %} | ||||
6 | <div class="content"> | ||||
7 | <div class="layout-wrapper layout-main"> | ||||
8 | {{ webnotes.message }} | ||||
9 | </div> | ||||
10 | </div> | ||||
11 | {% endblock %} |