summaryrefslogtreecommitdiffhomepage
path: root/app/views/nodes/show.html.erb
blob: c933d1e393089a3cc151b9e88ea7d57e0fe14344 (plain)
1
2
3
4
5
6
7
8
9
<p>
<strong>Title:</strong>
<%= @node.title %>
</p>

<p>
<strong>Content:</strong>
<%= @node.content %>
</p>