2020-02-18 16:16:51 +00:00
|
|
|
{% macro show_more(url, label, with_border=True) %}
|
|
|
|
|
<a
|
|
|
|
|
href="{{ url }}"
|
2019-12-06 07:53:46 +00:00
|
|
|
class="govuk-link govuk-link--no-visited-state show-more{% if not with_border %}-no-border{% endif %}"
|
2020-02-18 16:16:51 +00:00
|
|
|
><span>{{ label }}</span></a>
|
2016-05-11 15:05:40 +01:00
|
|
|
{% endmacro %}
|