Skip to content

Instantly share code, notes, and snippets.

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