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