from flask_babel import gettext as _

content = {
    "/": {
        "title": _(""),
        "content": _("")
    },
   
   
    "/converter/image": {
        "title": _("Convert your image With Onlineconvert.cc"),
        "content": _("Create an EPS file by converting your image with this free online image converter. It also allows to optionally select digital filters to enhance the quality of your images.")
    },
    
     "/converter/image/eps": {
        "title": _(""),
        "content": _("Create an EPS file by converting your image with this free online image converter. <b>ONLINECONVERT.CC</b> also allows to optionally select digital filters to enhance the quality of your images.")
    },
   
} 