1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-19 07:00:59 +00:00
Nuxt/lib/app/views/app.template.html
2017-06-18 12:06:00 +04:30

10 lines
132 B
HTML

<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head>
{{ HEAD }}
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
</body>
</html>