{% 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' %}
{% if _ht_otpages == 'image' %} {% endif %} {% if _ht_otpages == 'gradient' %}
{% elif _ht_otpages == 'image' and _hero_img %}
{% endif %}
{% if request.path in otpages %}

{{ otpages[request.path]["h1_title"] }}

{{ otpages[request.path]["p_after_h1_title"] }}

{% endif %}
{% trans %}Hero{% endtrans %}
{% for key, item in filetypes.items() %} {% if not item['category'] %}
{{ _(item['title']) }}

{{ _(item['description']) }}

{% endif %} {% endfor %} {% for key, item in filetypes.items() %} {% if item['category'] %}
{{ _(item['title']) }}

{{ _(item['description']) }}

{% endif %} {% endfor %}
{% include "shared/quick-access-otpages.html" %}
{% endblock %} {% block footer %} {{ super() }} {% endblock %}