Created
April 3, 2020 15:11
-
-
Save oshosanya/391478f85e80d8f0de1f0fc7e5657035 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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