Here’s the Hypersegmented template from today’s talk @ Adobe

A copyable version of the template we deep-dove today:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <title>Block Macro Lab 01</title>
    <meta class="mktoList" id="recordTypeFilter" mktoName="Record Type Filter" values="Individual,Business" mktomodulescope="true">
    <meta class="mktoNumber" id="customerAge" mktoName="Max Customer Age Filter (months)" default="12" min="1" max="12" units="" step="1" mktomodulescope="true">
  </head>
  <body>
    <table>
      <tr>
        <td id="container" class="mktoContainer" valign="top"> 
          <table id="link1" mktoName="Simple Text" class="mktoModule" mktoAddByDefault="false">
            <tr>
              <td>
                {{my.Begin Grab Module Text}}
                <div class="mktoText" id="mainText" mktoName="Main Text"></div>
                {{my.End Grab Module Text}}
                <!-- {{my.Begin Grab Variables}}recordTypeFilter=${recordTypeFilter}&customerAge=${customerAge}{{my.End Grab Variables}} -->
                {{my.Hydrate Variables}}
                {{my.Decide Output}}
              </td>
            </tr>
          </table>
        </td>
      </tr>
    </table>
  </body>
</html>