page.html 111 B

1234567891011
  1. ---
  2. layout: default
  3. ---
  4. <div class="page">
  5. <h2>{% translate page.title %}</h2>
  6. {{ content }}
  7. </div>