Guest User

Untitled

a guest
Jul 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. - $this->page_title = "Blog Posts"
  2. %p.action_button= $this->link_to_new_post("New blog post »")
  3. %ol#posts
  4. - foreach $this->posts->all()->order(array("date_created" => "DESC"))->limit(3) as $post
  5. %li
  6. %h1= $this->link_to_post($post)
  7. %p= $post->date_created
  8. .post_options
  9. %p= $this->link_to_edit_post($post)
  10. = $this->delete_post_form($post)
Add Comment
Please, Sign In to add comment