Ignore empty lines and ones that start w/...

While reading a file, ignoring empty lines seems pretty straightforward, but how can I ignore a line that starts with something like <-- which I use for comments. ex: <-- Title --> <-- Date --> ... info to parse ...