23 lines
		
	
	
	
		
			434 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			434 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 %}
 | 
						|
 | 
						|
 | 
						|
{% endcomment %}
 | 
						|
 | 
						|
{% endblock %}
 |