Can I use Sling selectors to pull different sightly files
Example: I have a component folder called file. Underneath that folder I have two files that I would like to use to display the component: file.html and file.admin.html. I have dropped my component onto a page and have been trying several variations on trying to get the admin version to display, so far to no avail. Any ideas how I would get this to work (or do I need to switch over to JSP's for this component)? Thanks in advance!