This commit is contained in:
		@@ -1,8 +1,11 @@
 | 
			
		||||
{% extends "index.html" %}
 | 
			
		||||
{% block content %}
 | 
			
		||||
	{% for asset in page.assets %}
 | 
			
		||||
		{% if asset is matching(page.slug~"[.](html)$") %}
 | 
			
		||||
			<iframe class="song" src="{{ asset }}"></iframe>
 | 
			
		||||
		{% endif %}
 | 
			
		||||
	{% endfor %}
 | 
			
		||||
	<main class="song">
 | 
			
		||||
		{% for asset in page.assets %}
 | 
			
		||||
			{% if asset is matching(page.slug~"[.](html)$") %}
 | 
			
		||||
				<iframe class="song" src="{{ asset }}"></iframe>
 | 
			
		||||
				<div class="controls">controls</div>
 | 
			
		||||
			{% endif %}
 | 
			
		||||
		{% endfor %}
 | 
			
		||||
	</main>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user