13 lines
244 B
HTML
13 lines
244 B
HTML
<div id="header" class="container-fluid category-header">
|
|
<div class="cover center-both text-center">
|
|
<h1 class="title">{{ page.category | capitalize }}</h1>
|
|
</div>
|
|
|
|
<div class="left">
|
|
</div>
|
|
|
|
<div class="right">
|
|
</div>
|
|
|
|
</div>
|