Skip to content

Instantly share code, notes, and snippets.

@kaustubhgupta
Created April 19, 2022 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaustubhgupta/0a205c6dde15e2561746802a0113ea41 to your computer and use it in GitHub Desktop.
Save kaustubhgupta/0a205c6dde15e2561746802a0113ea41 to your computer and use it in GitHub Desktop.
{% extends "base.html" %}
{% block title %}This is the child page{% endblock %}
{% block content %}
<h1>This is the child page</h1>
<p class="important">
The content here is from the child template
</p>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment