<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE document SYSTEM "http://commons.omniupdate.com/dtd/standard.dtd"> 
<!-- 
INTERIOR CONTENT PAGES for UAEX 2013 Implementation ~ Simple

In the PCF, Nodes are grouped in <middle> or <right> and depending on the layout, the surrounding HTML around <middle> nodes is different.

* Left Navigation will be displayed if the layout is set to 2 or 3 columns.
* <right> nodes are copied when the layout is set to 3 columns. The Right column always has the Contact and Related Links regions displayed.
* <middle> content templates are always applied, but Page Properties determine if the region is copied or not.
* Social Media will be on the top if the layout is set to 1 or 2 columns, and in the right column if the layout is set to 3 columns.

Note: Template Number / Layout Variation does not correspond with number of columns. For Example, Main Content Page 1 (Template 11) has 3 columns.

-->
<xsl:stylesheet version="3.0" 
				xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
				xmlns:xs="http://www.w3.org/2001/XMLSchema" 
				xmlns:ou="http://omniupdate.com/XSL/Variables"
				xmlns:fn="http://omniupdate.com/XSL/Functions" 
				xmlns:ouc="http://omniupdate.com/XSL/Variables"
				exclude-result-prefixes="ou xsl xs fn ouc">
	
<xsl:import href="basic-common.xsl"/>

	
	<xsl:template name="blog-content">

		
	</xsl:template>

</xsl:stylesheet>
