orbit-basic/vendor/plugins/NewBlog/app/views/panel/blog/posts/widget_latest_post.html.erb

6 lines
105 B
Plaintext
Raw Normal View History

<%=stylesheet_link_tag "NewBlog/application"%>
<h1><%= @post.title %> </h1>
<p>
<%= @post.body %>
</p>