PHP Classes

File: resources/views/dashboard/index.twig

Recommend this page to a friend!
  Packages of Steffen Haase   Beacon   resources/views/dashboard/index.twig   Download  
File: resources/views/dashboard/index.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: 266 bytes
 

Contents

Class file image Download
{% extends 'layouts/layout.twig' %} {% block content %} <section class="hero"> <div class="hero-text"> <h1>Dashboard</h1> <p> This is the dashboard. </p> </div> </section> {% endblock %}