css-sample.footer
code:style.css
/* 本文の最後にテキスト挿入 */
.app:not(.presentation) .page::after {
content: '本文はここで終わっている';
display: block; margin-top: 5rem; padding: 1rem 0; text-align: center;
// border: solid rgba(0,0,0,.2); border-width: 1px 0; font: 500 normal 1.8rem/1 sans-serif
}
.app:not(.presentation) .page.not-persistent::after {
content: '本文は書かれていない' }