mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-07-09 13:27:45 +00:00
feat(DevWeb): Create Layout for forms
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<%@tag description="layout/base" pageEncoding="UTF-8" %>
|
||||
|
||||
<%@taglib prefix="layout" tagdir="/WEB-INF/tags/layouts" %>
|
||||
|
||||
<%@attribute name="title"%>
|
||||
|
||||
|
||||
<layout:base title="${title}">
|
||||
<jsp:attribute name="head">
|
||||
<link rel="stylesheet" href="${pageContext.request.contextPath}/static/css/form.css"/>
|
||||
</jsp:attribute>
|
||||
<jsp:body>
|
||||
<jsp:doBody/>
|
||||
</jsp:body>
|
||||
</layout:base>
|
||||
Reference in New Issue
Block a user