meson/docs/refman/templates/notes.mustache

15 lines
198 B
Plaintext

{{#notes}}
<div class="alert alert-info">
<strong>Note:</strong>
{{&.}}
</div>
{{/notes}}
{{#warnings}}
<div class="alert alert-warning">
<strong>Warning:</strong>
{{&.}}
</div>
{{/warnings}}