1 {% extends "layout.html" %}
3 <base target="_parent">
5 {% block basecontent %}
6 <div class="card-container">
7 <h3 class="msg_header">{{notification.title}}</h3>
8 <p class="content"></p>
10 {{notification.content|safe}}
15 <style media="screen">
17 box-shadow: 0 0 5px 2px #cccccc;
18 border: 1px solid #ffffff;
25 border-bottom: 1px solid #cccccc;
28 background-color: #ffffff;