{% extends "base.html" %} {% block title %}Custom page: {{ heading }} - Makenotwork{% endblock %} {% block head %} {% endblock %} {% block content %}

Custom page: {{ heading }}

Write your own HTML and CSS. No JavaScript, and every link must point to makenot.work. Anything off-platform is listed below and stripped on save.

{% if locked %}
Your custom pages are locked by moderation. Editing is disabled and your pages currently show the platform default. Contact info@makenot.work.
{% endif %}
{% if let Some(token) = csrf_token %}{% endif %}
Preview (updates as you type)

Blocked references

{% include "partials/custom_page_blocked.html" %}
{% if let Some(token) = csrf_token %}{% endif %}
{% endblock %}