37 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<%set static_url = 'http://forum.slowtwitch.com/static'%>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
  <title><%site_title || 'slowtwitch.com'%>: Comming soon</title>
 | 
						|
<%include include_common_head.html%>
 | 
						|
</head>
 | 
						|
<body id="category">
 | 
						|
    <div class="container">
 | 
						|
        <%include include_header.html%>
 | 
						|
 | 
						|
        <div class="main">
 | 
						|
            <div class="contentwrapper clearfix">
 | 
						|
                <div class="sidebar">
 | 
						|
                    <div class="advert" style="height: 250px"></div>
 | 
						|
                </div>
 | 
						|
 | 
						|
                <%~init array breadcrumbs%><%init hash breadcrumbs.0%>
 | 
						|
                <%~set breadcrumbs.0.name = 'Photos & Videos'%>
 | 
						|
                <%include include_breadcrumb.html%>
 | 
						|
 | 
						|
                <div class="content"><%-- start content--%>
 | 
						|
                    <h1>Photos & Videos</h1>
 | 
						|
                    <div class="headbox clearfix">
 | 
						|
                        <div class="botbox"></div>
 | 
						|
                    </div>
 | 
						|
                    <p>Stay tuned updated photo & video galleries coming to Slowtwitch soon!</p>
 | 
						|
 | 
						|
                </div><%-- end content --%>
 | 
						|
            </div>
 | 
						|
 | 
						|
        </div>
 | 
						|
        <%include include_footer.html%>
 | 
						|
    </div>
 | 
						|
</body>
 | 
						|
</html>
 |