PHP Classes

File: resources/views/auth/common_notification.twig

Recommend this page to a friend!
  Packages of Steffen Haase   Beacon   resources/views/auth/common_notification.twig   Download  
File: resources/views/auth/common_notification.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Beacon
MVC framework with built-in user management
Author: By
Last change:
Date: 1 month ago
Size: 358 bytes
 

Contents

Class file image Download
{% extends 'layouts/layout.twig' %} {% block content %} <section class="mt-6pc"> <div class="row justify-center"> <div class="card border-radius-md shadow-sm mb-md text-center"> <h1 class="bb-1 pb-sm">{{ title }}</h1> {{ content|raw }} </div> </div> </section> {% endblock %}