Files
tripwithbonus/templates/inter/meta_names.html
2024-06-05 16:47:10 +03:00

11 lines
369 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 %}#}