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

<: around title ->{ :>My amazing blog<: } :>

: around content -> {
: for $blog_entries -> ($entry) {
    <h2><:= $entry.title :></h2>
    <p><:= $entry.body :></p>
: } # end for
: } # end content