html5_stylesheets

NAML documentation   Watch a video
   Usages of this macro
... in mobile.naml
66
67
68
69
70
71
<macro name="html5_stylesheets">
    <link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css"/>
    <style>body {background:transparent}</style>
    <link rel="stylesheet" href="/nabble.css?v=[n.css_version
Binary
Namespace: NabbleNamespace
/]" type="text/css" />
    <link rel="stylesheet" href="/template/NamlServlet.jtp?macro=site_style" type="text/css" />
</macro>