define({{include_sql}}, {{ ```sql include({{$1.sql}}) ``` }}) define({{q_norm}}, {{ ## Opdracht $1 Query: include_sql({{q$1}}) }}) define({{q_with_output}}, {{ ## Opdracht $1 Query: include_sql({{t$1}}) Output: include({{t$1.md}}) }}) define({{q_with_test}}, {{ q_norm($1) Test query: include_sql({{t$1}}) Output: include({{t$1.md}}) }})