Skip to content
Snippets Groups Projects
print_template_noheaders.html 216 B
Newer Older
  • Learn to ignore specific revisions
  • <!DOCTYPE html>
    <html moznomarginboxes mozdisallowselectionprint>
    <head>
        <title>{title}</title>
        {headers}
        <link href="../view/print_style.css" rel="stylesheet" />
    </head>
    <body>
        {text}
    </body>
    </html>