<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html
lang="en-US"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:b="http://www.google.com/2005/gml/b"
xmlns:data="http://www.google.com/2005/gml/data"
xmlns:expr="http://www.google.com/2005/gml/expr"
xmlns:og="http://ogp.me/ns#"
>
<head>
<b:include data="blog" name="all-head-content" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300"
rel="stylesheet"
type="text/css"
/>
<title>
<data:blog.pageTitle/>
</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<b:skin
><![CDATA[ /* Custom CSS code goes here... */ body { font-family: Open
Sans !important ; margin: 0; padding: 0; } .main-home{background-color:
#a6d033; } ]]></b:skin
>
<style type="text/css"></style>
</head>
<body>
<b:section class="main-home" id="main" showaddelement="yes">
<b:widget
id="HTML101"
locked="false"
title="Foo"
type="HTML"
version="2"
visible="true"
>
<b:widget-settings>
<b:widget-setting name="content" />
</b:widget-settings>
<b:includable id="main">
<div>
Hello Word
</div>
</b:includable>
</b:widget>
</b:section>
</body>
</html>