Skip to content

Instantly share code, notes, and snippets.

@Kd-Here
Created March 4, 2023 09:50
Show Gist options
  • Save Kd-Here/9a48da05a31d654365ad5bbb3ee68000 to your computer and use it in GitHub Desktop.
Save Kd-Here/9a48da05a31d654365ad5bbb3ee68000 to your computer and use it in GitHub Desktop.
{% extends "base.html" %}{% block title %}HOME{% endblock %}
{% block content %}
<h1>This is the homepage</h1>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment