websites.concatenative: write script (if any) from children.

flac
John Benediktsson 2020-03-01 12:11:31 -08:00 committed by Steve Ayerhart
parent fac013d307
commit 09453d4cff
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
1 changed files with 11 additions and 9 deletions

View File

@ -2,21 +2,23 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<t:write-title />
<t:write-title />
<t:style t:include="resource:basis/xmode/code2html/stylesheet.css" />
<t:style t:include="resource:basis/xmode/code2html/stylesheet.css" />
<t:style t:include="resource:extra/websites/concatenative/page.css" />
<t:style t:include="resource:extra/websites/concatenative/page.css" />
<t:write-style />
<t:write-style />
<t:write-atom />
</head>
<t:write-script />
<t:write-atom />
</head>
<body>
@ -24,8 +26,8 @@
<t:call-next-template />
</div>
</body>
</body>
</t:chloe>
</t:chloe>
</html>