|
|
|
|
|
|
|
|
{% if resource['considerations'] %} |
|
|
{% if resource['considerations'] %} |
|
|
<div class="lg:col-span-2"> |
|
|
<div class="lg:col-span-2"> |
|
|
<h3>Considerations</h3> |
|
|
<h3>Considerations</h3> |
|
|
<p>{{ resource['considerations']|safe }}</p> |
|
|
|
|
|
|
|
|
{{ resource['considerations']|safe }} |
|
|
</div> |
|
|
</div> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% if resource['references'] %} |
|
|
{% if resource['references'] %} |
|
|
<div class="lg:col-span-2"> |
|
|
<div class="lg:col-span-2"> |
|
|
<h3> Further reading </h3> |
|
|
|
|
|
<p>{{ resource['references']|safe }}</p> |
|
|
|
|
|
|
|
|
<h3> Further reading</h3> |
|
|
|
|
|
{{ resource['references']|safe }} |
|
|
</div> |
|
|
</div> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
</div> |
|
|
</div> |