Christine Dodrill 2f8debe859 use ructe
2020-07-16 16:10:59 -04:00

14 lines
165 B
HTML

@use super::{header_html, footer_html};
@(fact: String)
@:header_html("Printer Facts")
<p>
<blockquote>
@fact
</blockquote>
</p>
@:footer_html()