Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 338 Bytes

macros.md

File metadata and controls

9 lines (8 loc) · 338 Bytes

{% macro playgroundLink(filename, title='Open in Playground') -%} {{ title }} {%- endmacro %}

{% macro exampleCode(filename) -%}

{% include 'examples/' ~ filename %}

{%- endmacro %}