<%QUERY CMSPage_By_Uri(page_uri=$Request.file) DO DISPLAY 
  $TITLE = FORMAT('TR', $seo_title)
  $META_DESCRIPTION = FORMAT('TR', $seo_descr)
  $META_KEYWORDS = FORMAT('TR', $seo_keywords)
  $META_ROBOTS = $meta_robots
%><!DOCTYPE html>
<html lang="$Shop.language">
  <head>
    <% INCLUDE '/INC_head.htm' %>
    <link rel="canonical" href="$this_page_canonical_fulluri" />
  </head>
  <body class="body-$CMSPage_By_Uri.body_class <%IF $CMSPage_By_Uri.fullwidth THEN PRINT 'body-fullwidth' ENDIF%>">
    <% INCLUDE '/INC_above.html'%>

      <%IF $CMSPage_By_Uri.template_file THEN
          CALL RUN_FILE('template-cmspage-'+$CMSPage_By_Uri.template_file+'.htm')
      ENDIF%>

    <% INCLUDE '/INC_below.html' %>
    
  </body>
</html>
<%NEXTROW ENDQUERY%>
