mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 14:27:28 +01:00
6 lines
278 B
Twig
6 lines
278 B
Twig
{% if slug is defined and slug%}
|
|
<a
|
|
href="{{ path('infinito_api_rest_layer_read',{'identity':slug,'layer':layer,'_format':'html'}) }}">
|
|
{{ slug }}</a>{% endif %}#<a
|
|
href="{{ path('infinito_api_rest_layer_read',{'identity':id,'layer':layer,'_format':'html'}) }}">{{ id }}
|
|
</a> |