Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
customization simpleSAMLphp
Commits
0eeffc3c
Commit
0eeffc3c
authored
Nov 12, 2020
by
Wolfgang Knopki
Browse files
added base twig file
parent
b045c71c
Changes
1
Show whitespace changes
Inline
Side-by-side
mymodule/themes/fancytheme/default/base.twig
0 → 100644
View file @
0eeffc3c
{%
spaceless
%}
<!DOCTYPE html>
<html
lang=
"
{{
currentLanguage
}}
"
xml:lang=
"
{{
currentLanguage
}}
"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<meta
name=
"viewport"
content=
"initial-scale=1.0"
>
<title>
{{
pagetitle
}}
</title>
<link
rel=
"stylesheet"
href=
"
{{
asset
(
"css/stylesheet.css"
)
}}
"
>
<link
rel=
"stylesheet"
href=
"/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"/css/m4lab.css"
>
<link
rel=
"icon"
href=
"
{{
asset
(
"icons/favicon.ico"
)
}}
"
>
{%
if
isRTL
%}
<link
rel=
"stylesheet"
href=
"
{{
asset
(
"assets/css/src/default-rtl.css"
)
}}
"
>
{%
endif
%}
<meta
name=
"robots"
content=
"noindex, nofollow"
>
<link
rel=
"preload"
href=
"
{{
asset
(
'js/bundle.js'
)
}}
"
as=
"script"
>
{%
block
preload
%}{%
endblock
%}
</head>
<body
id=
"
{{
templateId
}}
"
>
<div
id=
"layout"
>
{%
block
header
%}{%
include
"_header.twig"
%}{%
endblock
%}
<div
id=
"content"
>
<div
class=
"wrap"
>
{%
block
contentwrapper
%}{%
block
content
%}{%
endblock
%}{%
endblock
contentwrapper
%}
</div>
</div>
{# content #}
<div
id=
"push"
></div>
</div>
{# layout #}
<div
id=
"foot"
>
{%
block
footer
%}{%
include
"_footer.twig"
%}{%
endblock
%}
</div>
<script
src=
"
{{
asset
(
'js/bundle.js'
)
}}
"
></script>
{%
block
postload
%}{%
endblock
%}
</body>
</html>
{%
endspaceless
%}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment