11 lines
No EOL
197 B
HTML
11 lines
No EOL
197 B
HTML
{% extends "lib/templates/base.html" %}
|
|
|
|
{% set title=webnotes.message_title %}
|
|
|
|
{% block body %}
|
|
<div class="container">
|
|
<div class="outer">
|
|
{{ webnotes.message }}
|
|
</div>
|
|
</div>
|
|
{% endblock %} |