nu_plugin_tera/example/template.tera
2025-06-26 23:21:16 +01:00

6 lines
117 B
Plaintext

Hello, {{ name }}!
Projects:
{% for project in projects -%}
- {{ project.name }} ({{ project.status }})
{% endfor %}