- {% if brand_html %}
{{ brand_html }}{% endif %}
+ {%- if brand_html %}
{{ brand_html }}{% endif -%}
diff --git a/website/templates/html/outer.html b/website/templates/html/outer.html
index c46aaa72a08..624371e4f53 100644
--- a/website/templates/html/outer.html
+++ b/website/templates/html/outer.html
@@ -12,8 +12,8 @@
{% include "html/navbar.html" %}
- {% block content %}
- {% endblock %}
+ {%- block content -%}
+ {%- endblock -%}
diff --git a/website/templates/html/page.html b/website/templates/html/page.html
index 11d7b0f1c2a..9d38cdc859c 100644
--- a/website/templates/html/page.html
+++ b/website/templates/html/page.html
@@ -1,20 +1,20 @@
{% extends "html/outer.html" %}
-{% block title %}{{ title }}{% endblock %}
+{% block title -%}{{ title }}{%- endblock %}
-{% block header %}
+{% block header -%}
{{ super() }}
- {% block css %}
- {% if insert_style %}
+ {% block css -%}
+ {% if insert_style -%}
- {% endif %}
- {% endblock %}
-{% endblock %}
+ {%- endif %}
+ {%- endblock %}
+{%- endblock -%}
-{% block content %}
+{%- block content -%}
{{ content }}
-{% endblock %}
\ No newline at end of file
+{%- endblock %}
\ No newline at end of file
diff --git a/website/templates/pages/account.html b/website/templates/pages/account.html
index 9724651f143..8e8f4b4a07f 100644
--- a/website/templates/pages/account.html
+++ b/website/templates/pages/account.html
@@ -4,62 +4,15 @@
{% block content %}
-
{% endblock %}
\ No newline at end of file
diff --git a/website/templates/pages/order.html b/website/templates/pages/order.html
new file mode 100644
index 00000000000..b8d96958858
--- /dev/null
+++ b/website/templates/pages/order.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+
Print Format
+
+
+
+ {{ webnotes.form_dict }}
+
+
\ No newline at end of file
diff --git a/website/templates/pages/orders.html b/website/templates/pages/orders.html
new file mode 100644
index 00000000000..1a1cc37fe57
--- /dev/null
+++ b/website/templates/pages/orders.html
@@ -0,0 +1,62 @@
+{% extends "html/page.html" %}
+
+{% set title="My Orders" %}
+
+{% block content %}
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/website/templates/pages/print.html b/website/templates/pages/print.html
index a8decdf6608..fc7174d4672 100644
--- a/website/templates/pages/print.html
+++ b/website/templates/pages/print.html
@@ -4,7 +4,10 @@
Print Format
-
+
+
{{ body }}
diff --git a/website/templates/pages/profile.html b/website/templates/pages/profile.html
index d0d4059ae19..1b9350cf8ca 100644
--- a/website/templates/pages/profile.html
+++ b/website/templates/pages/profile.html
@@ -3,8 +3,13 @@
{% set title="My Profile" %}
{% block content %}
-