15 lines
351 B
HTML
15 lines
351 B
HTML
<div class="container border-top mt-4">
|
|
<footer class="py-5">
|
|
|
|
<div class="row">
|
|
{FOOTER_LEFT}
|
|
{FOOTER_CENTER}
|
|
{FOOTER_RIGHT}
|
|
</div>
|
|
|
|
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 border-top">
|
|
{COPY}
|
|
{SOCIAL}
|
|
</div>
|
|
</footer>
|
|
</div> |