mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-05-07 08:00:29 -05:00
5 lines
116 B
Django/Jinja
5 lines
116 B
Django/Jinja
{#
|
|
This is a really simple template that just outputs the
|
|
value of the "content" variable.
|
|
#}
|
|
{{ content }}
|