diff --git a/flucoma/doc/templates/maxref.xml b/flucoma/doc/templates/maxref.xml
index 50c7689..571397c 100644
--- a/flucoma/doc/templates/maxref.xml
+++ b/flucoma/doc/templates/maxref.xml
@@ -164,5 +164,8 @@ under the European Union’s Horizon 2020 research and innovation programme
{% for s in seealso %}
{% endfor %}
+ {% for s in max_seealso %}
+
+ {% endfor %}
diff --git a/flucoma/doc/templates/pd_htmlref.html b/flucoma/doc/templates/pd_htmlref.html
index e8466e0..10ca662 100644
--- a/flucoma/doc/templates/pd_htmlref.html
+++ b/flucoma/doc/templates/pd_htmlref.html
@@ -137,6 +137,10 @@
See Also
{%-for s in seealso -%}
{%- endfor -%}
+
+ {%-for s in pd_seealso -%}
+ {{ s }}
+ {%- endfor -%}