Current section

Files

Jump to
aadya lib aadya_web templates nodes index.html.eex
Raw

lib/aadya_web/templates/nodes/index.html.eex

<h2>Listing nodes</h2>
<%= for value <- @nodes do %>
<li> <%= value %> </li>
<% end %>