add file_attributes in the default template

This commit is contained in:
Simon Vieille 2021-08-17 09:14:43 +02:00
parent fdea9f2539
commit dce71527bd
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<h1>{{ _page.title.value }}</h1>
<pre>{{ _page.content.value|murph_url }}</pre>
<pre>{{ _page.content.value|murph_url|file_attributes }}</pre>
{% set image = _page.image.value %}