class Lookbook::RenderableEntity

def inline?

Returns:
  • (Boolean) - True if no template is present
def inline?
  component? ? template_file_path.present? : false
end