A pit full of rusty nails
at main 21 lines 418 B view raw
1<!DOCTYPE html> 2<html lang="en"> 3 4<head> 5 <title>{{ TITLE }}</title> 6 <meta charset="utf-8" /> 7 <meta name="robots" content="noindex, nofollow, nosnippet, noimageindex" /> 8 <meta name="referrer" content="noreferrer"> 9</head> 10 11<body> 12 <main> 13 <h1>{{ TITLE }}</h1> 14 {{ MAIN }} 15 <aside style="visibility: hidden;"> 16 {{ FOOTER }} 17 </aside> 18 </main> 19</body> 20 21</html>