2017-08-08 20:59:18 -07:00
|
|
|
{% extends "page_with_title_and_lede.html" %}
|
2015-10-16 12:53:02 -05:00
|
|
|
|
|
|
|
{% load i18n %}
|
|
|
|
|
2017-08-08 20:59:18 -07:00
|
|
|
{% block head_title %}About North Bay Python{% endblock %}
|
2017-08-08 19:51:38 -07:00
|
|
|
|
2017-08-08 20:59:18 -07:00
|
|
|
{% block heading %}About North Bay Python{% endblock %}
|
2015-10-16 12:53:02 -05:00
|
|
|
|
2017-08-08 20:59:18 -07:00
|
|
|
{% block body_class %}about{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
2017-08-08 19:51:38 -07:00
|
|
|
|
2015-10-16 12:53:02 -05:00
|
|
|
{% endblock %}
|