24 lines
		
	
	
	
		
			689 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			689 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "page_with_title_and_lede.html" %}
 | 
						|
 | 
						|
{% load i18n %}
 | 
						|
{% load markdown_deux_tags %}
 | 
						|
 | 
						|
{% block head_title %}Call for Proposals{% endblock %}
 | 
						|
 | 
						|
{% block heading %}Call for Proposals{% endblock %}
 | 
						|
 | 
						|
{% block body_class %}program{% endblock %}
 | 
						|
 | 
						|
{% block lede %}
 | 
						|
 | 
						|
North Bay Python is seeking speakers of all experience levels to contribute to our second conference program! We'd love to hear from you whether you use Python professionally, as a hobbyist, or are just excited about Python, programming, and free and open source software.
 | 
						|
 | 
						|
{% endblock %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
  {% markdown %}
 | 
						|
 | 
						|
{% include "static_pages/program/call_for_proposals.md" %}
 | 
						|
 | 
						|
  {% endmarkdown %}
 | 
						|
{% endblock %}
 |