voicelessthemes

Updates Tab #1 HTML

Apr 19th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <div id="updates">
  2.  
  3. <img class="updates-pic" src="{image:Updates Pic}" />
  4.  
  5. <div class="update-content">
  6. <h3>Updates</h3>
  7. {block:IfUpdatesSection1}<div>{text:Updates Section 1 Title}</div>
  8. {text:Updates Section 1 Content}
  9. {/block:IfUpdatesSection1}
  10. {block:IfUpdatesSection2}<div>{text:Updates Section 2 Title}</div>
  11. {text:Updates Section 2 Content}
  12. {/block:IfUpdatesSection2}
  13. {block:IfUpdatesSection3}<div>{text:Updates Section 3 Title}</div>
  14. {text:Updates Section 3 Content}
  15. {/block:IfUpdatesSection3}
  16. {block:IfUpdatesSection4}<div>{text:Updates Section 4 Title}</div>
  17. {text:Updates Section 4 Content}
  18. {/block:IfUpdatesSection4}
  19. {block:IfUpdatesSection5}<div>{text:Updates Section 5 Title}</div>
  20. {text:Updates Section 5 Content}
  21. {/block:IfUpdatesSection5}
  22. </div>
  23.  
  24. </div>
Add Comment
Please, Sign In to add comment