Files
blog.zlinux.ru/themes/tabi/templates/macros/target_attribute.html
T
2025-04-28 16:11:01 +07:00

12 lines
204 B
HTML

{% macro target_attribute(new_tab) %}
{%- set blank_target = "" -%}
{%- if new_tab -%}
{%- set blank_target = "target=_blank" -%}
{%- endif -%}
{{ blank_target }}
{% endmacro target_attribute %}