Page MenuHomec4science

hello_webpack.html
No OneTemporary

File Metadata

Created
Wed, Jan 15, 01:31

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