Skip to content

Instantly share code, notes, and snippets.

@oshosanya
Created April 3, 2020 15:11
Show Gist options
  • Save oshosanya/391478f85e80d8f0de1f0fc7e5657035 to your computer and use it in GitHub Desktop.
Save oshosanya/391478f85e80d8f0de1f0fc7e5657035 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Django vue</title>
</head>
<body>
<div id="app">
{% block body %}
{% endblock %}
</div>
<script src="{% static 'js/vue-app.js' %}"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment