{% extends "base.html" %}
{% block title %}
{% if request.path in otpages %}
{{ otpages[request.path]["title"] }} | OnlineConvert.cc
{% endif %}
{% endblock %}
{% block description %}
{%- if request.path in otpages -%}
{{ otpages[request.path]["description"] }}
{%- endif -%}
{% endblock %}
{% block faviconpng %}/static/images/online-convert-favicon.png{% endblock %}
{% block faviconico %}/onlineconvert-favicon.ico{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block content %}
{% set _ht_otpages = site.get('hero_bg_type', 'gradient') if site is defined else 'gradient' %}
{% set _hero_img = site.get('hero_bg_image', '') if site is defined else '' %}
{% set _hero_lcl = (site.get('hero_img_left_color_light', '#1e3a5f') if site is defined) or '#1e3a5f' %}
{% set _hero_lcd = (site.get('hero_img_left_color_dark', '#0f172a') if site is defined) or '#0f172a' %}
{{ _(item['description']) }}
{{ _(item['description']) }}