This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | {% for task in this.SERVICES[0].TASKS -%} | |
| <table> | |
| <tr> | |
| <td> DESCRIPTION: {{task.DESCRIPTION}}</td> | |
| </tr> | |
| <tr> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>module-data-prices</title> | |
| </head> | |
| <body> | |
| {module_data resource="products" version="v3" fields="id,siteId,name,weight,productCode" skip="0" limit="10" order="id" collection="myData"} | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>module-data-prices</title> | |
| </head> | |
| <body> | |
| {module_data resource="prices" version="v3" fields="productId,retailPrice,salePrice,quantity2,product" skip="0" limit="10" order="countryCode" collection="myData"} | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>module-data-prices</title> | |
| </head> | |
| <body> | |
| {module_data resource="prices" version="v3" fields="productId,retailPrice,salePrice,quantity2,product" skip="0" limit="10" order="countryCode" collection="myData"} | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <p>Hostname is : {{globals.site.host}}</p> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Catalog Image Swap</title> | |
| </head> | |
| <body> | |
| <div class="img-src-swap"> | |
| {% if {{globals.get.CatalogueID}} == "409740" %} | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <script> | |
| {module_pagetitle collection="myData" template=""} | |
| {% if {{myData.title}} == "Home page is best" %} | |
| alert("This is awesome"); | |
| {% endif %} | |
| </script> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <title>pick-referrerUrl-Liquid</title> | |
| <style> | |
| .pickFields { | |
| display:none; | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | {% if {{globals.get.CatalogueID}} == 332550 -%} | |
| hi | |
| {% include "/Layouts/OnlineShop/large_product_events.html" -%} | |
| {% elseif {{globals.get.CatalogueID}} == 337852 -%} | |
| helo | |
| {% include "/Layouts/OnlineShop/large_product_products.html" -%} | |
| {% endif -%} | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div class="blog-container"> | |
| <h1>{tag_blogtitle}</h1> | |
| <br /> | |
| <p class="description">{tag_blogdescription}</p> | |
| <div class="wrapper clear"> | |
| <div class="post-list"> {tag_postlist,2 collection="myPosts"} | |
| <pre> | |
| {% assign myVar = {{myPosts.items[0].url | json}} %} |