copyleftconf-website/pinaxcon/templates/static_pages/program/events.html

24 lines
434 B
HTML
Raw Normal View History

{% 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.
{% 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 %}
{% endblock %}