hello.tmpl 167 B

1234567891011
  1. <div class="hello">
  2. <h1>{{index . "msg"}}</h1>
  3. </div>
  4. <style>
  5. .hello {
  6. padding: 50px;
  7. width: 100%;
  8. text-align: center;
  9. }
  10. </style>