focalboard/website/site/themes/layouts/_default/list.html

16 lines
425 B
HTML
Raw Normal View History

2021-01-07 23:12:26 +01:00
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <![endif]-->
<html>
<head>
{{ partial "head.html" .}}
</head>
<body>
{{ partial "nav2.html" .}}
{{ .Content }}
</body>
</html>