2013-03-04 18:15:54 +00:00
|
|
|
title: $:/core/templates/static.tiddler.html
|
|
|
|
|
2014-08-28 21:28:02 +00:00
|
|
|
\define tv-wikilink-template() $uri_doubleencoded$.html
|
2023-06-17 07:58:15 +00:00
|
|
|
\define tv-config-static() yes
|
2014-08-28 21:28:02 +00:00
|
|
|
\define tv-config-toolbar-icons() no
|
|
|
|
\define tv-config-toolbar-text() no
|
|
|
|
\define tv-config-toolbar-class() tc-btn-invisible
|
2023-05-09 14:46:54 +00:00
|
|
|
\import [subfilter{$:/core/config/GlobalImportFilter}]
|
2013-03-04 18:15:54 +00:00
|
|
|
`<!doctype html>
|
2013-09-05 08:31:17 +00:00
|
|
|
<html>
|
2013-03-04 18:15:54 +00:00
|
|
|
<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}}`" />
|
2015-01-11 00:28:18 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
2016-07-11 10:16:58 +00:00
|
|
|
<meta name="mobile-web-app-capable" content="yes"/>
|
2013-03-04 18:15:54 +00:00
|
|
|
<meta name="format-detection" content="telephone=no">
|
2013-12-24 09:09:01 +00:00
|
|
|
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
|
2013-03-04 19:14:47 +00:00
|
|
|
<link rel="stylesheet" href="static.css">
|
2015-06-15 08:54:56 +00:00
|
|
|
<title>`<$view field="caption"><$view field="title"/></$view>: {{$:/core/wiki/title}}`</title>
|
2013-03-04 18:15:54 +00:00
|
|
|
</head>
|
2014-08-28 18:00:57 +00:00
|
|
|
<body class="tc-body">
|
2013-05-31 16:44:09 +00:00
|
|
|
`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`
|
2020-11-30 17:56:19 +00:00
|
|
|
<section class="tc-story-river tc-static-story-river">
|
2018-09-28 15:25:54 +00:00
|
|
|
`<$view tiddler="$:/core/ui/ViewTemplate" format="htmlwikified"/>`
|
2013-03-04 18:15:54 +00:00
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|
2020-11-30 17:56:19 +00:00
|
|
|
`
|