{% extends 'frontend/layout.html.twig' %} {% block title %}webPage show{% endblock %} {% block body %}

webPage show

Id {{ webPage.id }}
Headline {{ webPage.headline }}
back to list {% endblock %}