{% extends "layout.html" %} {% block title %}Rophako CMS{% endblock %} {% block content %}

Welcome!

This is the Rophako CMS! It's a simple web app framework written in Python that supports a web blog, photo albums, and a commenting system. It's open source software released under the GNU General Public License version 2. It was designed by Noah Petherbridge to power his personal website and blog, Kirsle.net, but it's also designed to be easily reusable for getting any website up and running quickly.

Clone it at Github!

Features

{{ include_page("blog.partial_index") | safe }} {% endblock %}