Advertisement
Guest User

Untitled

a guest
Jul 13th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.18 KB | None | 0 0
  1. <li {% if current_file == file %}class="current_file"{% endif %}>
  2.                 <a href="{{ THEME_URL }}{{ pwd }}/{{ file }}" target="_blank">{{ file|safe }}</a>
  3.               </li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement