copyleftconf-website/pinaxcon/templates/static_pages/about/team.html

14 lines
244 B
HTML
Raw Normal View History

{% extends "page_with_title_and_lede.html" %}
{% load i18n %}
{% block head_title %}About the Team{% endblock %}
2017-08-09 02:51:38 +00:00
{% block heading %}About the Team{% endblock %}
{% block body_class %}about{% endblock %}
{% block content %}
2017-08-09 02:51:38 +00:00
{% endblock %}