Skip to content

Instantly share code, notes, and snippets.

@kshepp
Created December 4, 2015 14:13
Create a Title in Django
<!--Extend your file up here-->
{% block head-title %}
Your title
{% endblock %}
<!--insert your body content code down here-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment