nu_plugin_tera/example/template.tera

6 lines
117 B
Plaintext
Raw Permalink Normal View History

2025-06-26 23:21:16 +01:00
Hello, {{ name }}!
Projects:
{% for project in projects -%}
- {{ project.name }} ({{ project.status }})
{% endfor %}