Files
account_store/templates/inter/meta_names.html
2024-06-05 16:55:09 +03:00

11 lines
381 B
HTML

{#<title>{{ page.get_title }}</title>#}
{#{% if page.get_description %}#}
{# <meta name="description" content="{{ page.get_description }}"/>#}
{#{% endif %}#}
{#{% if page.seo_keywords %}#}
{# <meta name="keywords" content="{{ page.seo_keywords }}"/>#}
{#{% elif page.get_description %}#}
{# <meta name="keywords" content="{{ page.get_description }}"/>#}
{#{% endif %}#}