{% extends 'base.html' %} {% load static %} {% block title %}{{ t.title_home }}{% endblock %} {% block content %} {{ home_text.hero_title_line1|default:t.home_hero_line1 }}{{ home_text.hero_title_line2|default:t.home_hero_line2 }}{{ home_text.hero_title_line3|default:t.home_hero_line3 }} {% include 'market/_market_ticker.html' %} {{ home_text.home_plan_label|default:t.home_plan_label }} {{ home_text.home_order_label|default:t.home_order_label }} {{ home_text.home_market_pill|default:t.home_market_pill }} {% if how_to.how_to_title or how_to.how_to_description or how_to_video_embed_url or how_to.how_to_image_url %} {{ how_to.how_to_title|default:t.home_how_to_title }} {% if how_to.how_to_description %}{{ how_to.how_to_description }}{% endif %} {% if how_to_video_embed_url %} {% if how_to.how_to_thumbnail_url %} ► {% else %} {% endif %} {% elif how_to.how_to_image_url %} {% endif %} {% endif %} {% if news_items %} {{ home_text.home_news_heading|default:t.home_news_title }} {% for item in news_items %} {% if item.image_url %} {% endif %} {{ item.title }} {{ item.created_at|slice:":10" }} {% if item.body %}{{ item.body|linebreaksbr }}{% endif %} {% endfor %} {% endif %} {% if partners %} {{ partners_heading.partners_heading|default:t.home_partners_title }} {% if partners_heading.partners_subheading %}{{ partners_heading.partners_subheading }}{% endif %} {% for partner in partners %} {% if partner.website_url %} {% else %} {% endif %} {% endfor %} {% endif %} {% endblock %} {% block extra_scripts %} {% if how_to.how_to_thumbnail_url and how_to_video_embed_url %} {% endif %} {% endblock %}
{{ how_to.how_to_description }}
{{ item.created_at|slice:":10" }}
{{ item.body|linebreaksbr }}
{{ partners_heading.partners_subheading }}