forked from rc/aircox
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			217 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			217 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "aircox/base.html" %}
 | 
						|
{% comment %}Display detail of a BasePage{% endcomment %}
 | 
						|
 | 
						|
{% block head_title %}
 | 
						|
    {% block title %}{{ page.title }}{% endblock %}
 | 
						|
    —
 | 
						|
    {{ station.name }}
 | 
						|
{% endblock %}
 |