Document List Item: Default

No notes defined.

<a href="" class="sds-document sds-box -boxInsetMd sds-scaleInteraction">
    <h3 class="h4">Brochure &#39;Guide du Prêt au Logement&#39;</h3>
    <div class="sds-document__actionZone">
        <span class="sds-btn -iconBtn -btnSecondary">

            <span class="sds-icon sds-icon-download"></span>

        </span>
    </div>
</a>
<a href="" class="{{ namespace }}document{% for mod in modifiers %} {{ mod }}{% endfor %}{% for mod in classes %} {{ mod }}{% endfor %}">
	<h3 class="h4">{{ title }}</h3>
	<div class="{{ namespace }}document__actionZone">
		{% render "@icon-btn-secondary",{
			eltType: "span",
			icon: "icon-download"
		},true %}
	</div>
</a>