created mocks for testing
This commit is contained in:
11
templates/panel.html
Normal file
11
templates/panel.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<div class="panel panel-{{ status }}">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">{{ title }}</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
{{ content }}
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
Generated in : {{ time }}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user