| //- Copyright (c) 2017 Chandan B N. All rights reserved. |
| |
| meta(charset='utf-8') |
| meta(http-equiv='X-UA-Compatible', content='IE=edge') |
| meta(name='viewport', content='width=device-width, initial-scale=1.0') |
| meta(name='description', content='Security Advisory Factory') |
| meta(name='keywords' content='psirt, sirt, advisory, CVRF, CSAF, CVE, vulnogram, CVE, JSON') |
| meta(name='csrf-token', content=_csrf) |
| meta(name='theme-color', content='#f0f8ff') |
| link(rel='apple-touch-icon', sizes='256x256', href=conf.basedir + 'css/logo.png') |
| link(rel='icon' type='image/png', href= conf.basedir + 'css/logo.png', sizes='256x256') |
| link(rel='stylesheet', href= conf.basedir + 'css/min.css') |
| link(rel='stylesheet', href= conf.basedir + 'css/icns.css') |
| if (opts && opts.style) |
| style=opts.style |