{% extends "index.twig" %} {% block title %}{{ title|escape('html') }}{% endblock %} {% block metaDescription %}{% if metadesc == '' %}The Octoleo! Framework provides a structurally sound foundation on which to build applications in PHP, which is easy to adapt and extend. Let's find out more!{% else %}{{ metadesc|escape('html') }}{% endif %}{% endblock %} {% block content %} {% if fulltext == '' %}

We Couldn't Find It

Sorry, we couldn't find the page matching your request. Try using the navigation to find what you were looking for?

{% else %}

{{ title|escape('html') }}

{{ fulltext|raw }}
{% endif %} {% endblock %}