{% extends layout %} {% block title %}{{ $post->getTitle() }}{% endblock %} {% block content %}
{{ $post->getContent() }}