Skip to content

Instantly share code, notes, and snippets.

@scott-w
Created August 19, 2017 15:59
Show Gist options
  • Save scott-w/7a0c822f38648f1649d1872a5ca80293 to your computer and use it in GitHub Desktop.
Save scott-w/7a0c822f38648f1649d1872a5ca80293 to your computer and use it in GitHub Desktop.
App Index
{% load app_loader_tags %}<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://cdn.myproductiondomain.com/public/css/style.css" rel="stylesheet">
</head>
<body>
<div id="app-root"></div>
<script src="{% app_bundle %}"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment