UNPKG

spm

Version:

Static Package Manager

18 lines (17 loc) 603 B
<!DOCTYPE HTML> <html lang="{{theme.lang}}"> <head> <meta charset="UTF-8"> <title>{% block title %}{{config.package.name|title}}{% endblock %}</title> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> {%- include "snippet/head.html" %} </head> <body> <script src="{{content_url('')}}dist/bundle.js?nowrap"></script> {{ iframe.code|replace_code }} {{ post.html|replace_code }} </body> </html>