Newer
Older
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="{{ cookiecutter.description }}" />
<title>{{ cookiecutter.project_slug }}</title>
</head>
<body>
<noscript>You need to enable javascript to run this app</noscript>
<div id="root"></div>
</body>
</html>