13 lines
		
	
	
	
		
			244 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			244 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "page_with_title_and_lede.html" %}
 | 
						|
 | 
						|
{% load i18n %}
 | 
						|
 | 
						|
{% block head_title %}About the Team{% endblock %}
 | 
						|
 | 
						|
{% block heading %}About the Team{% endblock %}
 | 
						|
 | 
						|
{% block body_class %}about{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
 | 
						|
{% endblock %}
 |