11 lines
334 B
HTML
11 lines
334 B
HTML
<!-- {% macro icon(type) -%}
|
|
<img src="{{ url_for('static', filename='{0}icon.png'.format(type)) }}" alt='{{ type}} icon' class='connection-icon'>
|
|
{%- endmacro %}
|
|
|
|
{% macro link(type) -%}
|
|
{{ url_for('{0}page'.format(type), id=) }}"> {{ motif }}
|
|
{%- endmacro %}
|
|
-->
|
|
|
|
<!-- {{ icon(type) }}
|
|
{{ link(type) }} --> |