CS224W Course Notes
 
 
 

11 lines
199 B

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<article class="group">
{{ content }}
</article>
{% include footer.html %}
</body>
</html>