Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(no file at all) | |
1 {% macro meta_tag(property, content, defaultContent=None) -%} | |
2 {% if content or defaultContent %} | |
3 <meta property='{{ property }}' content='{{ content or defaultContent }}'> | |
4 {% endif %} | |
5 {%- endmacro %} | |
LEFT | RIGHT |