File: show.html.ep

package info (click to toggle)
libmojo-pg-perl 4.28-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 344 kB
  • sloc: perl: 545; sql: 19; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (9)
1
2
3
4
% layout 'blog', title => $post->{title};
<h2><%= $post->{title} %></h2>
<p><%= $post->{body} %></p>
%= link_to 'Edit' => edit_post => {id => $post->{id}}