diff --git a/bookwyrm/templates/embed-layout.html b/bookwyrm/templates/embed-layout.html new file mode 100644 index 000000000..d9b1198c3 --- /dev/null +++ b/bookwyrm/templates/embed-layout.html @@ -0,0 +1,53 @@ +{% load layout %} +{% load i18n %} +{% load static %} + + + + {% block title %}BookWyrm{% endblock %} - {{ site.name }} + + + + + + + + + + + +
+ + + {{ site.name }} + +
+ +
+ {% block content %} + {% endblock %} +
+ + + +{% block scripts %}{% endblock %} + +