diff --git a/content/about-us/_index.md b/content/about-us/_index.md
index 6262f25b..c6055a10 100644
--- a/content/about-us/_index.md
+++ b/content/about-us/_index.md
@@ -2,5 +2,5 @@
title = "About us"
weight = 4
sort_by = "weight"
-template = "about-us.html"
+template = "customs/about-us.html"
+++
diff --git a/content/experiment-control/artiq.md b/content/experiment-control/artiq.md
index aba8c855..30ba7f46 100644
--- a/content/experiment-control/artiq.md
+++ b/content/experiment-control/artiq.md
@@ -1,7 +1,7 @@
+++
title = "ARTIQ"
weight = 1
-template = "page-hero.html"
+template = "page.html"
+++
diff --git a/content/experiment-control/control-loops.md b/content/experiment-control/control-loops.md
index 4b2d9e7a..4a8c483c 100644
--- a/content/experiment-control/control-loops.md
+++ b/content/experiment-control/control-loops.md
@@ -1,7 +1,7 @@
+++
title = "Control loops"
weight = 3
-template = "page-hero.html"
+template = "page.html"
+++
diff --git a/content/experiment-control/resources.md b/content/experiment-control/resources.md
index cea012fc..51394003 100644
--- a/content/experiment-control/resources.md
+++ b/content/experiment-control/resources.md
@@ -1,43 +1,5 @@
+++
title = "Resources"
weight = 4
-template = "page-hero.html"
-
-[extra]
-title = "ARTIQ resources"
+template = "customs/resources.html"
+++
-
-{% layoutlr1() %}
-
-
diff --git a/templates/customs/resources.html b/templates/customs/resources.html
new file mode 100644
index 00000000..f289fc66
--- /dev/null
+++ b/templates/customs/resources.html
@@ -0,0 +1,252 @@
+{% extends 'section.html' %}
+
+
+{% block hero %}
+
+
+
+
+
+
+
+
+
+
Resources
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
+
+
+{% block main %}
+
+
+
+
+
+
+
+
+
+
+
ARTIQ Documentation
+
+
Beta (development) version
+
+
PDF |
HTML
+
+
+
+
+
+
+
+
+
+
+
ARTIQ Documentation
+
+
Stable version
+
+
HTML
+
+
+
+
+
+
+
+
+
+
+
ARTIQ Documentation
+
+
Older manuals (HTML only)
+
+
ARTIQ-3 |
ARTIQ-2
+
+
+
+
+
+
+
+
+
+
+
The ARTIQ experiment control system
+
+
+
+
View slides
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Announcements, community support and discussions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Commercial support available
+
+
+
+
+
+
+ Sinara hardware purchases, ports to your hardware, feature development, technical support, bugfixing
+
contact sales@m-***s.hk
+
+
+
+ We welcome inquiries from research groups of all sizes.
Proposed extensions
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
+
+
+{% block footer_contact %}{% endblock %}
diff --git a/templates/page-hero.html b/templates/page-hero.html
deleted file mode 100644
index 3dab29dc..00000000
--- a/templates/page-hero.html
+++ /dev/null
@@ -1,67 +0,0 @@
-{% extends 'section.html' %}
-
-{% block styles %}
-
-{% endblock %}
-
-
-{% block hero %}
-
-
-
-
-
-
-
-
-
- {% if page.extra and page.extra.title %}
-
{{ page.extra.title }}
- {% else %}
-
{{ page.title }}
- {% endif %}
-
-
-
-
-
-
-
-
-
-
-
-{% endblock %}
-
-
-{% block main %}
-
-
-
-
-
-
-
- {% block main_content %}
-
- {% if page and page.content %}
- {{ page.content | safe }}
- {% endif %}
-
- {% endblock %}
-
-
-
-
-
-
-
-{% endblock %}
-
-
-
-{% block footer_contact %}{% endblock %}
\ No newline at end of file
diff --git a/templates/page.html b/templates/page.html
index c61133c7..dcb1a49b 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -9,4 +9,58 @@
{% endblock %}
+{% block hero %}
+
+
+
+
+
+
+
+
+
+ {% if page.extra and page.extra.title %}
+
{{ page.extra.title }}
+ {% else %}
+
{{ page.title }}
+ {% endif %}
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
+
+
+{% block main %}
+
+
+
+
+
+
+
+ {% block main_content %}
+
+ {% if page and page.content %}
+ {{ page.content | safe }}
+ {% endif %}
+
+ {% endblock %}
+
+
+
+
+
+
+
+{% endblock %}
+
+
{% block footer_contact %}{% endblock %}
\ No newline at end of file