Skip to content

Instantly share code, notes, and snippets.

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