embed.tx 345 B

12345678910111213141516171819202122
  1. <: $header | mark_raw :>
  2. :if ($embed_video) {
  3. <style>
  4. .divider, .blogtitles, #postData {
  5. display:none;
  6. }
  7. video {
  8. height: unset !important;
  9. width: 100% !important;
  10. }
  11. </style>
  12. : }
  13. : if (!$embed_video) {
  14. <div id="kontent" class="kontained">
  15. : }
  16. <: $content | mark_raw :>
  17. : if (!$embed_video) {
  18. </div>
  19. : }
  20. <: $footer | mark_raw :>