'; public static function footer() { return 'footer
'; } public static function header() { return 'header
'; } public static function render() { echo self::header() . self::$content . self::footer(); echo '
'; } }