diff --git a/themes/bootstrap3/templates/page.html b/themes/bootstrap3/templates/page.html new file mode 100644 index 0000000000000000000000000000000000000000..c4d35ee5d617c45ca670d005bbb6ab6f5d02c485 --- /dev/null +++ b/themes/bootstrap3/templates/page.html @@ -0,0 +1,66 @@ +{% extends "base.html" %} +{% block title %}{{ page.title }} - {{ SITENAME }}{% endblock %} +{% block html_lang %}{{ page.lang }}{% endblock %} +{% block meta %} + {% if page.author %} + + {% else %} + + {% endif %} + {% if page.summary %} + + {% endif %} +{% endblock %} +{% block opengraph %} + {% if OPEN_GRAPH_FB_APP_ID %} + + {% endif %} + + + + + + {% if page.og_image %} + + {% elif OPEN_GRAPH_IMAGE %} + + {% endif %} +{% endblock %} + +{% block canonical_rel %} + +{% endblock %} + +{% block breadcrumbs %} + {% if DISPLAY_BREADCRUMBS %} +
+ {% endif %} +{% endblock %} + +{% block content %} +