zineland / zine

Zine - a simple and opinionated tool to build your own magazine.
https://zineland.github.io
Apache License 2.0
887 stars 39 forks source link

Support all zine entity data access in external template #161

Open Folyd opened 1 year ago

Folyd commented 1 year ago

Such as in footer.template:

{% for editor in editors %}
  {{ editor.name }}
{% endfor %}