Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104762839
base.njk
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Mar 12, 04:39
Size
1 KB
Mime Type
text/html
Expires
Fri, Mar 14, 04:39 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24845492
Attached To
rTPELEVENTY tei-publisher-eleventy-plugin
base.njk
View Options
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{metadata.title}}</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css">
<link rel="stylesheet" href="/resources/css/styles.css">
<link rel="stylesheet" href="/resources/css/mystyle.css">
<link rel="stylesheet" href="/resources/css/theme.css">
<link rel="stylesheet" href="{{style}}">
<script src="/resources/scripts/fix-reload.js"></script>
<script src="/resources/scripts/myfunctions.js"></script>
<script src="{{script}}"></script>
<script src="/resources/scripts/debug.js"></script>
</head>
<body>
<pb-page api-version="1.0.0" unresolved="unresolved" locales="./resources/i18n/{{ns}}/{{lng}}.json" locale-fallback-ns="app common">
{% include "menu.njk" %}
<main class="container">
{{ content | safe }}
</main>
</pb-page>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script>
<script type="module" src="/resources/scripts/pb-components-bundle.js"></script>
</body>
</html>
Event Timeline
Log In to Comment