2017-09-27 04:36:39 +00: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 20:06:49 +00: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-27 04:36:39 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
2018-06-30 20:06:49 +00:00
|
|
|
{% comment %}
|
2017-10-04 04:10:19 +00:00
|
|
|
|
|
|
|
|
2018-06-30 20:06:49 +00:00
|
|
|
{% endcomment %}
|
2017-09-27 04:36:39 +00:00
|
|
|
|
|
|
|
{% endblock %}
|