|
|
|
@ -31,8 +31,8 @@ can be used in the template with: |
|
|
|
|
|
|
|
|
|
|
|
.. code-block:: jinja |
|
|
|
.. code-block:: jinja |
|
|
|
|
|
|
|
|
|
|
|
{% if 'authors' in meta %} |
|
|
|
{% if 'authors' in album.meta %} |
|
|
|
<p>Authors: {{ meta.authors|join(', ') }}</> |
|
|
|
<p>Authors: {{ album.meta.authors|join(', ') }}</> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
If this file does not exist or if some meta-data is missing: |
|
|
|
If this file does not exist or if some meta-data is missing: |
|
|
|
|