thesandwi.ch/src/blockquote.html
Isaac Mills ee7195b82a
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Initial commit
2025-05-29 09:14:36 -06:00

13 lines
No EOL
222 B
HTML

<script props>
module.exports = {
cite: props.cite || ''
}
</script>
<center style="margin: 16px;">
<blockquote>
<markdown>
<yield></yield>
</markdown>
</blockquote>
<p>—{{cite}}</p>
</center>