tpls

Extendable, Fast Template Engine for Go
git clone git://git.lair.cx/tpls
Log | Files | Refs | README | LICENSE

_card.html (432B)


      1 <!--suppress HtmlUnknownAttribute, HtmlUnknownTag -->
      2 
      3 <module class="card">
      4     <div class="card" style="
      5         display: block;
      6         width: 100%;
      7         max-width: 50rem;
      8         padding: 1rem;
      9         border: 1px solid rgba(0, 0, 0, 0.14);
     10         margin: 1rem auto;
     11         border-radius: 2px;
     12     ">
     13         <body>
     14             <p>
     15                 Card with no content
     16             </p>
     17         </body>
     18     </div>
     19 </module>