{% if svg_path %}
<div class="diagram">
<svg version="1.1"
	data-path="{{ svg_path }}"
	id="{{ svg_path | remove: '/' | remove: '.' | remove: '..' }}"
	width="100%"
	height="300"></svg>
</div>
{% endif %}
