Sha256: 0841cf16055a8277a80b09711c387cd166003c9e631733ab71b5d5df33891cac

Contents?: true

Size: 803 Bytes

Versions: 5

Compression:

Stored size: 803 Bytes

Contents

! doctype html
  head
    title Slim Vim Test
    meta name="keywords" content="slim, vim, syntax"
  body
    h1 = @page_title
    p id="notice"
      '
        Welcome to the the syntax test.  This file is to excercise the various markup.

    - unless @users.empty?
      table
        - for user in users do 
          tr
            td = user.name
    - else
      p There are no users.

    script type="text/javascript"
     '
      var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
        document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

    script type="text/javascript"
     '
      var pageTracker = _gat._getTracker("UA-12345678-9");
      pageTracker._trackPageview();

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
slim-0.7.0.beta.2 vim/test.slim
slim-0.6.0.beta.1 vim/test.slim
slim-0.5.1 vim/test.slim
slim-0.5.0 vim/test.slim
slim-0.4.1 vim/test.slim