CS224W Course Notes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
240 B

  1. <!DOCTYPE html>
  2. <html>
  3. {% include head.html %}
  4. <body class="full-width">
  5. {% include header.html %}
  6. <article>
  7. {{ content }}
  8. </article>
  9. {% include print-footer.html %}
  10. {% include footer.html %}
  11. </body>
  12. </html>