{% block meta %}
{%- if page_type == "/" %} {{ t(key="global.siteTitle") }} {%- elif page_type == "glossary" %}{{ ts(key="public.glossaryTitle", lang=from_lang_name) }} - {{ t(key="global.siteName") }} {%- elif page_type == "search" %}{{ ts(key="public.searchTitle", query=query, to_lang=to_lang_name | lower) }} - {{ t(key="global.siteName") }} {%- elif title %}{{ title }} - {{ t(key="global.siteName") }} {%- endif -%}
{% endblock %}
ಶ್ರೀ. ವಿ. ಕೃಷ್ಣ ಅವರ ಕನ್ನಡ - ಇಂಗ್ಲಿಷ್ ನಿಘಂಟು
"Alar" V. Krishna's Kannada → English dictionary
{% for d in dicts -%} {%- set from = d.0 -%} {%- set to = d.1 -%}
{{ from.name }} - {{ to.name }}
{% endfor -%}
{%- block content %}{% endblock -%}
{% if consts.enable_submissions %}
{{ t(key="public.submitEntry") }}
{% endif %} {% if consts.enable_glossary %} {%- for d in dicts %} {%- set from = d.0 -%} {%- set to = d.1 -%}
{{ ts(key="public.glossary", lang=from.name) }}
{% endfor -%} {% endif %}
{{ t(key="public.about") }}
{{ t(key="public.submitTitle") }}