Page MenuHomec4science

hello_webpack.html
No OneTemporary

File Metadata

Created
Sat, Jan 18, 17:13

hello_webpack.html

{% load static %}
<!doctype html>
<html>
<head>
<title>Getting Started with Django and Webpack</title>
</head>
<body>
<script src="{% static 'index-bundle.js' %}"></script>
</body>
</html

Event Timeline