Skip to content

Instantly share code, notes, and snippets.

@evanxg852000
Created December 24, 2018 08:54
Show Gist options
  • Save evanxg852000/a7536836787f893dc934f65d299cb9ec to your computer and use it in GitHub Desktop.
Save evanxg852000/a7536836787f893dc934f65d299cb9ec to your computer and use it in GitHub Desktop.
<html>
<head>
<title>{{ title }}</title>
</head>
<body>
<div>
{% block content %}
this is the content of a block, it can be overriden.
{% endblock %}
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment