mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
12 lines
310 B
Scheme
12 lines
310 B
Scheme
<head>
|
|
<% base_tag %>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<% if $CanonicalUrl %>
|
|
<link rel="canonical" href="$CanonicalUrl" />
|
|
<% end_if %>
|
|
<title><% if Title %>$Title – <% end_if %>$DocumentationTitle</title>
|
|
</head>
|
|
|
|
<body>
|