mirror of
https://github.com/sigmasternchen/libparcival
synced 2025-03-15 03:48:55 +00:00
8 lines
191 B
Text
8 lines
191 B
Text
{$ char* title, char** names, size_t no $}
|
|
|
|
{# extends("layout.html.templ", title) #}
|
|
%%
|
|
|
|
{% for(size_t i = 0; i < no; i++) %}
|
|
{# render("greeting.templ", names[i]) #}<br />
|
|
{% end %}
|