forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
391 B
9 lines
391 B
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
|
<%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml"%>
|
|
<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles"%>
|
|
<div class="row">
|
|
<div class="col-sm-12">
|
|
<tiles:insertAttribute name="main-content"/>
|
|
</div>
|
|
</div> |