parallelization_phase: use `ANode::validate` after AST shenanigans.
[nit.git] / contrib / nitiwiki / examples / nitiwiki / templates / header.html
1 <div class="container-fluid header">
2 <div class="container">
3 <header>
4 <a href="http://uqam.ca"><img src="%ROOT_URL%/%LOGO%" alt="logo" /></a>
5 <h2>%SUBTITLE%</h2>
6 <h1>%TITLE%</h1>
7 </header>
8 </div>
9 </div>