{% load wagtailcore_tags wagtailimages_tags static tip_tags core_tags i18n %} {% block content %} {% get_your_tip as your_tip %} {% if your_tip %}

{% if homepage_action_copy %} {% trans homepage_action_copy %} {% else %} {% trans 'Do you have advice you can share with other youth on relationships?' %} {% endif %}

{% trans "Click here share your tip!" %}
{% endif %} {% endblock %}