{% load wagtailcore_tags wagtailimages_tags %}
{{ pageTag.subtitle }}
{% endif %} {% trans "Click here for more" as buttontext %} {% if pageTag.external_link %} {% include "patterns/basics/buttons/sp_variations/button.html" with type="hyperlink" hyperlink=pageTag.external_link text=buttontext %} {% elif pageTag.banner_link_page %} {% pageurl pageTag.banner_link_page.specific as url %} {% include "patterns/basics/buttons/sp_variations/button.html" with type="hyperlink" hyperlink=url text=buttontext %} {% endif %}