aboutsummaryrefslogtreecommitdiff
path: root/lib/waev_web/templates/exports/show.html.eex
blob: 4351a172ec4f87d624af842469eef71c654620a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
ID: <%= @id %>

<section class="phx-hero">
  <section class="row">
    <article class="column">
      <h2>Left</h2>
      <ul>
        <li>
          <a href="#">Link 1</a>
        </li>
        <li>
          Text 2
        </li>
        <li>
          Text 3
        </li>
      </ul>
    </article>
    <article class="column">
      <h2>Right</h2>
      <ul>
        <li>
          <a href="#">Link 1</a>
        </li>
        <li>
          Text 2
        </li>
        <li>
          Text 3
        </li>
      </ul>
    </article>
  </section>
</section>