Skip to content

Instantly share code, notes, and snippets.

@zookzook
Last active March 10, 2020 07:36
Show Gist options
  • Select an option

  • Save zookzook/0e7757ad13794251e51b29d8df272e9d to your computer and use it in GitHub Desktop.

Select an option

Save zookzook/0e7757ad13794251e51b29d8df272e9d to your computer and use it in GitHub Desktop.
Index-Page
<section>
<div class="row">
<div class="column">
<h1><%= @page_title%></h1>
</div>
</div>
<%= render_many @pars, PolarisWeb.PageView, "paragraph.html", as: :paragraph, conn: @conn %>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment