aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/index.html
blob: 38b35dd8f041fc993c970038877ebe0c3ac26626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends frame.html %}
{% block body %}  
  <!-- Main hero unit for a primary marketing message or call to action -->
  <div class="hero-unit">
    <form>
        <input>
        <a type="submit" class="btn">explain</a>

    </form>
  </div>

{% end %}