diff --git a/templates/tools/image_tools/cartoonify.html b/templates/tools/image_tools/cartoonify.html new file mode 100644 index 0000000..aa8ca58 --- /dev/null +++ b/templates/tools/image_tools/cartoonify.html @@ -0,0 +1,34 @@ +{% extends "tools/tool_base.html" %} +{% load staticfiles %} + + + +{% block tool %} + +
+ +{% endblock %} + + +{% block scripts %} + + + +{% endblock %}