File diff 6afd723af9a3 → 61020df0f248
pinaxcon/templates/static_pages/video.html
Show inline comments
...
 
@@ -7,12 +7,12 @@
 

	
 
{% block heading %}Videos{% endblock %}
 

	
 
{% block body_class %}videos{% endblock %}
 
{% block body_class %}video{% endblock %}
 

	
 
{% block content %}
 
  {% markdown %}
 

	
 
{% include "static_pages/videos.md" %}
 
{% include "static_pages/video.md" %}
 

	
 
  {% endmarkdown %}
 
{% endblock %}