def cfn_stack_row()

in main.py [0:0]


    def cfn_stack_row(name, stack_name, template, description, enable_cfn_button=True):
        if template.lower().startswith('http'):
            stack_url = template
        else:
            stack_url = "templates/" + template

        return """