{% if filetype == 'Text' %} {% if fileext == 'html' or fileext == 'xhtml' or fileext == 'htm' %} {% endif %} {% if fileext == 'css' %} {% endif %} {% if fileext == 'java' %} {% endif %} {% if fileext == 'js' %} {% endif %} {% if fileext == 'c' or fileext == 'cpp' or fileext == 'cc' %} {% endif %} {% if fileext == 'tex' %} {% endif %} {% if fileext == 'pl' %} {% endif %} {% if fileext == 'php' %} {% endif %} {% if fileext == 'py' %} {% endif %} {% if fileext == 'rb' %} {% endif %} {% if fileext == 'sh' %} {% endif %} {% if fileext == 'xml' %} {% endif %} {% endif %} {% if filetype == 'PDF' %} {% endif %} {% if filetype == 'Markdown' %} {% endif %}