12 lines
277 B
HTML
12 lines
277 B
HTML
---
|
|
# narrow text block "About" page layout
|
|
# text block is centered
|
|
layout: default
|
|
---
|
|
<div class="container my-4 about-narrow-contents">
|
|
{% include feature/jumbotron.html %}
|
|
{{ content }}
|
|
</div>
|
|
|
|
{% if page.credits == true %}{% include cb/credits.html %}{% endif %}
|