mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
layout
This commit is contained in:
parent
71e18f9179
commit
3fd10d2d17
16
_ext/modules/hbs/layout-contribute.hbs
Normal file
16
_ext/modules/hbs/layout-contribute.hbs
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<!doctype html>
|
||||||
|
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
{{#title}}<title>{{this}}</title>{{/title}}
|
||||||
|
{{#css}}<link rel="stylesheet" href="{{this}}">{{/css}}
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<section class="wrapper">
|
||||||
|
{{{body}}}
|
||||||
|
</section>
|
||||||
|
{{#js}}<script src="{{this}}"></script>{{/js}}
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user