6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
Hello, {{ name }}!
|
|
Projects:
|
|
{% for project in projects -%}
|
|
- {{ project.name }} ({{ project.status }})
|
|
{% endfor %}
|