The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
: cascade base

: around title -> {
<: $article.title :> | <: $blog.title :>
: }

: around content -> {
<article>
<: $article.html_body() | mark_raw :>
</article>
: }