1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<style> footer { text-align: center; text-wrap: balance; margin-top: 5rem; display: flex; flex-direction: column; justify-content: center; align-items: center; } footer p { margin: 0; } </style> <footer>{% markdown(message) %}</footer>