You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/lib/asciinema_web/templates/doc/wrapper.html.eex

11 lines
264 B
Plaintext

<div class="container">
<div class="row">
<div class="col-md-3">
<%= render "topics.html", conn: @conn, active_topic: @topic %>
</div>
<div class="col-md-9">
<%= render @view_module, @topic_template, assigns %>
</div>
</div>
</div>