Lets not kid ourselves. The whole apps templates are client specific. Lets just remove that and not think it isn't.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			197 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			197 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "content_page.html" %}
 | 
						|
 | 
						|
{% load staticfiles %}
 | 
						|
 | 
						|
{% comment %}
 | 
						|
{% block header_background_image %}{% static "pyconau2017/images/hobart_bg_optimised.jpg" %}{% endblock %}
 | 
						|
{% endcomment %}
 |