26 lines
839 B
HTML
26 lines
839 B
HTML
{% 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 %}
|
|
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.
|
|
{% endblock %}
|
|
|
|
|
|
{% block content %}
|
|
|
|
{% comment %}
|
|
<h2>A Taste of Python and Django<br/>
|
|
<small>October 24, 2017</small></h2>
|
|
|
|
<p>A pre-conference event with local meetup group, Web & Interactive Media Professionals (WIMP). At least three of the North Bay Python organizers will be present at this potluck-style event at Santa Rosa Junior College. <a href="https://www.facebook.com/events/1936385509950665/">Find more information and join us!</a></p>
|
|
|
|
{% endcomment %}
|
|
|
|
{% endblock %}
|