brotherton-erpnext/website/templates/pages/message.html

11 lines
232 B
HTML
Raw Normal View History

{% extends "html/outer.html" %}
2013-03-06 05:50:56 +00:00
{% set title="{{ webnotes.message_title or 'Message' }}" %}
2013-02-21 05:19:37 +00:00
{% block content %}
<div class="content">
<div class="layout-wrapper layout-main">
2013-03-06 05:50:56 +00:00
{{ webnotes.message }}
</div>
</div>
{% endblock %}