blob: de550c53c759626e360e47cf6e780ddd24bae970 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{{#notes}}
<div class="alert alert-info">
<strong>Note:</strong>
{{&.}}
</div>
{{/notes}}
{{#warnings}}
<div class="alert alert-warning">
<strong>Warning:</strong>
{{&.}}
</div>
{{/warnings}}
|