23 lines
		
	
	
		
			762 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			762 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
    <head>
 | 
						|
        <meta charset="utf-8">
 | 
						|
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						|
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | 
						|
 | 
						|
        <title>${GV_title}</title>
 | 
						|
 | 
						|
        <script src="${GV_base_url}/lib/jquery/jquery-3.5.1.min.js"></script>
 | 
						|
 | 
						|
        <link href="${GV_base_url}/lib/bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css">
 | 
						|
        <script src="${GV_base_url}/lib/bootstrap/js/bootstrap.bundle.js"></script>
 | 
						|
 | 
						|
        <link href="${GV_base_url}/css/style.css" rel="stylesheet" type="text/css">
 | 
						|
    </head>
 | 
						|
    <body class="d-flex flex-column" style="min-height:100vh;">
 | 
						|
        ${topnav}
 | 
						|
        ${container}
 | 
						|
        ${footer}
 | 
						|
    </body>
 | 
						|
</html>
 |