MyComments/templates/dashboard/index.html.twig
Skylar Sadlier 3ed53ac05e - Basic HTML templates
- Created entities & new migration
- Added packages symfony/stimulus-bundle & symfony/webpack-encore-bundle
2024-02-12 19:51:33 -07:00

9 lines
157 B
Twig

{% extends 'base.html.twig' %}
{% block title %}Hello DashboardController!{% endblock %}
{% block body %}
<h4>Dashboard</h4>
<hr />
{% endblock %}