Skip to content

Commit d7a46ac

Browse files
missing template
1 parent e92154e commit d7a46ac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{% if placeholders is not empty %}
2+
<div class='callout callout-info'>
3+
Les schémas suivant sont disponibles :
4+
<ul>
5+
{% for placeholder,val in placeholders %}
6+
<li> - {{placeholder}}</li>
7+
{% endfor %}
8+
</ul>
9+
</div>
10+
{% endif %}

0 commit comments

Comments
 (0)