2017-09-26 21:36:39 -07:00
|
|
|
{% extends "page_with_title_and_lede.html" %}
|
|
|
|
|
|
|
|
{% load i18n %}
|
|
|
|
|
|
|
|
{% block head_title %}Events{% endblock %}
|
|
|
|
|
|
|
|
{% block heading %}Events{% endblock %}
|
|
|
|
|
|
|
|
{% block body_class %}program{% endblock %}
|
|
|
|
|
|
|
|
{% block lede %}
|
2018-06-30 13:06:49 -07:00
|
|
|
North Bay Python 2018 is coming, and with it: more Python. We'll add satellite events and more to this page as details are available.
|
2017-09-26 21:36:39 -07:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
2018-06-30 13:06:49 -07:00
|
|
|
{% comment %}
|
2017-10-03 21:10:19 -07:00
|
|
|
|
|
|
|
|
2018-06-30 13:06:49 -07:00
|
|
|
{% endcomment %}
|
2017-09-26 21:36:39 -07:00
|
|
|
|
|
|
|
{% endblock %}
|