Files
bqkc/_layouts/page-full-width.html
Nasir Anthony Montalvo 526096840e Initial commit
2025-11-13 14:48:58 -06:00

8 lines
146 B
HTML

---
# Sets page in container-fluid to fill window with min gutter
layout: default
---
<div class="container-fluid my-4">
{{ content }}
</div>