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.

11 lines
199 B

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