first commit
This commit is contained in:
18
resources/views/pages/sections.edge
Normal file
18
resources/views/pages/sections.edge
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
Sections
|
||||
</h1>
|
||||
<ul>
|
||||
@each(section in sections)
|
||||
<li> {{ section.name }} <button>🗑</button></li>
|
||||
@end
|
||||
|
||||
<li>Informatique <button>🗑</button></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user