fork download
  1. {% if profiles.count > 0 %}
  2. {% for profile in profiles %}
  3. <li>{{profile.title}}{{profile.skills}}{{ profile.country}}<a href="https://w...content-available-to-author-only...k.com/users/{{profile.profile_id}}">{{profile.profile_id}}</a></li>
  4. {% endfor %}
  5. {% else %}
  6.  
  7. <li>None to Show!</li>
  8. {% endif %}
Runtime error #stdin #stdout #stderr 0.01s 29880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.js:1:1 SyntaxError: syntax error:
prog.js:1:1 {% if profiles.count > 0 %}
prog.js:1:1 .^