Skip to content

Instantly share code, notes, and snippets.

@helpse
Created March 16, 2018 19:12
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 helpse/6255331ac2ea0635a9b0fd50ff473d90 to your computer and use it in GitHub Desktop.
Save helpse/6255331ac2ea0635a9b0fd50ff473d90 to your computer and use it in GitHub Desktop.
Next.JS + Django
{% load static %}
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script type="application/javascript" src="{% static "dist/bundles/pages/_document.js" %}"></script>
</head>
<body>
Hey
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment