mirror of http://localhost:9400/cloud/cms
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
2.5 KiB
HTML
70 lines
2.5 KiB
HTML
2 years ago
|
<!--
|
||
|
(c) 2004 - 2022 Health Information Privacy Laboratory
|
||
|
Vanderbilt University Medical Center
|
||
|
|
||
|
|
||
|
This is a flask-based cms that considers the following for a website :
|
||
|
- header
|
||
|
- content
|
||
|
- menu
|
||
|
- content
|
||
|
- footer
|
||
|
|
||
|
|
||
|
-->
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head >
|
||
|
<title>{{layout.header.title}}</title>
|
||
|
|
||
|
<link rel="shortcut icon" href="{{system.context}}/favicon.ico">
|
||
|
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta name="keywords" content="x12,parser,healthcare,tools,informatics,research,phd,post-doc,api,python, jamia,amia,pnas,nature">
|
||
|
<meta name="robots" content="/, follow, max-snippet:-1, max-image-preview:large">
|
||
|
<link href="{{system.context}}/static/css/{{system.theme}}/default.css" rel="stylesheet" type="text/css">
|