Created
December 4, 2015 14:13
Create a Title in Django
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--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