braziw-plugin-wcm
Version:
Web Content Management plugin for Wateroo CMS
15 lines (10 loc) • 288 B
HTML
{% extends 'templates/main.html' %}
{% block title %}Wateroo WCM{% endblock %}
{% block head %}
{% endblock %}
{% block content %}
<h3>WCM Plugin for Wateroo by <a href="http://www.mvergel.com/about">Manny Vergel</a></h3>
<p>
Web Content Management (WCM) works!
</p>
{% endblock %}