File diff 767d89b843e0 → e788626c7fa4
pinaxcon/templates/static_pages/attend/attend.html
Show inline comments
 
{% extends "page_with_title_and_lede.html" %}
 

	
 
{% load i18n %}
 

	
 
{% block head_title %}Attend{% endblock %}
 

	
 
{% block heading %}Attend{% endblock %}
 

	
 
{% block body_class %}attend{% endblock %}
 

	
 
{% block lede %}
 
  Lede
 
{% endblock %}
 

	
 

	
 
{% block content %}
 

	
 
Content
 

	
 
{% endblock %}