mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 09:36:18 +00:00
aefca26d72
This avoids accidentally styling body tags within SVG foreignObject elements.
26 lines
900 B
Plaintext
26 lines
900 B
Plaintext
title: $:/core/templates/static.template.html
|
|
type: text/vnd.tiddlywiki-html
|
|
|
|
\define tw-wikilink-template() static/$uri_doubleencoded$.html
|
|
\rules only filteredtranscludeinline transcludeinline
|
|
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<meta name="generator" content="TiddlyWiki" />
|
|
<meta name="tiddlywiki-version" content="{{$:/core/templates/version}}" />
|
|
<meta name="format-detection" content="telephone=no">
|
|
<title>{{$:/core/wiki/title}}</title>
|
|
<div id="styleArea">
|
|
{{{ [is[system]type[text/css]] ||$:/core/templates/css-tiddler}}}
|
|
</div>
|
|
<style type="text/css">
|
|
{{{ [tag[$:/tags/stylesheet]] [is[shadow]tag[$:/tags/stylesheet]] ||$:/core/templates/wikified-tiddler}}}
|
|
</style>
|
|
</head>
|
|
<body class="tw-body">
|
|
{{$:/StaticBanner||$:/core/templates/html-tiddler}}
|
|
{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}
|
|
</body>
|
|
</html>
|