Got an idea but I don't know the syntax of doing it... how do I do:
if cool{
do cool part
}
if notcool{
do the regular part
}
It can happen in links.html if I know how to do the syntax:
<%if isPopular%>
....
<%endif%>
<%if not isPopular%>...???? How can I do it?
if cool{
do cool part
}
if notcool{
do the regular part
}
It can happen in links.html if I know how to do the syntax:
<%if isPopular%>
....
<%endif%>
<%if not isPopular%>...???? How can I do it?