1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/tests/testing_config/custom_templates/test.jinja
Erik Montnemery 5bc9545b81 Rename custom_jinja to custom_templates (#90473)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-03-29 21:58:25 +02:00

5 lines
85 B
Django/Jinja

{% macro test_macro() -%}
macro
{%- endmacro %}
{% set test_variable = "variable" %}