<?php namespace Todaymade\Daux;

interface Page
{
    function get_page_content();
    function display();
}