{% macro crontasks(tasks) -%} */5 * * * * /php-cron {% for task in tasks -%} {{ task.schedule }} {{ task.command }} {% endfor -%} {%- endmacro %}