PHP Classes

File: templates/blog/comment_form_error.html.twig

Recommend this page to a friend!
  Classes of Manolo Salsas   Symfony Create Bundle Skeleton   templates/blog/comment_form_error.html.twig   Download  
File: templates/blog/comment_form_error.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Symfony Create Bundle Skeleton
Application to create reusable Symfony Bundles
Author: By
Last change:
Date: 4 years ago
Size: 262 bytes
 

Contents

Class file image Download
{% extends 'base.html.twig' %} {% block body_id 'comment_form_error' %} {% block main %} <h1 class="text-danger">{{ 'title.comment_error'|trans }}</h1> <div class="well"> {{ include('blog/_comment_form.html.twig') }} </div> {% endblock %}