10 lines
276 B
HTML
10 lines
276 B
HTML
|
|
%PAGE_TITLE:KarlOS - Our Team
|
||
|
|
%~ include src/header.inc
|
||
|
|
<div class="banner">
|
||
|
|
<h1>Our Team</h1>
|
||
|
|
</div>
|
||
|
|
<div class="content">
|
||
|
|
%~ for member in src/team/*; do printf "<div class=\"softpage\">\n"; include_md "$member"; printf "</div>\n"; done
|
||
|
|
</div>
|
||
|
|
%~ include src/footer.inc
|