Skip to content

Instantly share code, notes, and snippets.

@aliceridgway
Created June 2, 2022 21:15
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 aliceridgway/fd9fae98eb87f03057f72be96eec69c3 to your computer and use it in GitHub Desktop.
Save aliceridgway/fd9fae98eb87f03057f72be96eec69c3 to your computer and use it in GitHub Desktop.
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{% static 'css/styles.css' %}" rel="stylesheet">
<title>Django Cinema</title>
</head>
<body class="background">
{% block content %}
{% endblock %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment