The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{% extends 'layout.html' %}

{% block title %}
	<title>Custom Title!</title>
{% endblock %}

{% block content %}
	custom content too!
  {% if locale %}
    {{ locale }}
  {% endif %}
{% endblock %}