{% set templateDoctors = [ { name: "Dr. MUSTAFA SERİNKEN", url: "" }, { name: "Dr. CİHANGİR YILMAZER", url: "" }, { name: "Dr. FATİH YILMAZ YILDIRIM", url: "" }, { name: "Dr. FERDİ YILDIRIM", url: "" }, { name: "Dr. HASİBE KURT", url: "" }, { name: "Dr. MUHAMMET BURAK KAPLAN", url: "" }, { name: "Dr. HAKKI YILDIZ", url: "" } ] %} {% set departments = [ { img: "acil-servis.png", name: "ACİL SERVİS BİRİM DOKTORLARI", doctors: templateDoctors }, { img: "anestezi-reanimasyon.png", name: "ANESTEZİ REANİMASYON DOKTORLARI", doctors: templateDoctors }, { img: "beslenme-ve-diyetetik.png", name: "BESLENME VE DİYETETİK DOKTORLARI", doctors: templateDoctors }, { img: "beyin-ve-sinir-cerrahisi.png", name: "BEYİN VE SİNİR CERRAHİSİ DOKTORLARI", doctors: templateDoctors }, { img: "cocuk-cerrahisi.png", name: "ÇOCUK CERRAHİSİ DOKTORLARI", doctors: templateDoctors }, { img: "cocuk-ve-ergen-psikiyatrisi.png", name: "ÇOCUK VE ERGEN PSİKİYATRİSİ DOKTORLARI", doctors: templateDoctors }, { img: "cocuk-sagligi-ve-hastaliklari.png", name: "ÇOCUK SAĞLIĞI VE HAST. DOKTORLARI", doctors: templateDoctors }, { img: "deri-ve-zuhrevi-hastaliklar.png", name: "DERİ VE ZÜHREVİ HASTALIKLAR DOKTORLARI", doctors: templateDoctors }, { img: "fizik-tedavi.png", name: "FİZİK TEDAVİ VE REHAB. DOKTORLARI", doctors: templateDoctors }, { img: "gastroenteroloji-hastaliklari.png", name: "GASTROENTEROLOJİ DOKTORLARI", doctors: templateDoctors }, { img: "genel-cerrahi-hastaliklari.png", name: "GENEL CERRAHİ DOKTORLARI", doctors: templateDoctors }, { img: "gogus-hastaliklari.png", name: "GÖĞÜS HASTALIKLAR DOKTORLARI", doctors: templateDoctors }, { img: "goz-hastaliklari.png", name: "GÖZ HASTALIKLARI DOKTORLARI", doctors: templateDoctors }, { img: "dahiliye-ic-hastaliklari.png", name: "İÇ HASTALIKLARI (DAHİLİYE) DOKTORLARI", doctors: templateDoctors }, { img: "kadin-ve-dogum-hastaliklari.png", name: "KADIN HAST. VE DOĞUM DOKTORLARI", doctors: templateDoctors }, { img: "kardiyoloji-hastaliklari.png", name: "KARDİYOLOJİ DOKTORLARI", doctors: templateDoctors }, { img: "kulak-burun-ve-bogaz-hastaliklari.png", name: "KULAK BURUN VE BOĞAZ DOKTORLARI", doctors: templateDoctors }, { img: "mikrobiyoloji-hastalklari.png", name: "MİKROBİYOLOJİ DOKTORLARI", doctors: templateDoctors }, { img: "noroloji-hastaliklari.png", name: "NÖROLOJİ DOKTORLARI", doctors: templateDoctors }, { img: "ortopedi-hastaliklari.png", name: "ORTOPEDİ DOKTORLARI", doctors: templateDoctors }, { img: "psikiyatri-hastaliklari.png", name: "PSİKİYATRİ DOKTORLARI", doctors: templateDoctors }, { img: "radyoloji-hastaliklari.png", name: "RADYOLOJİ DOKTORLARI", doctors: templateDoctors }, { img: "tibbi-onokoloji-hastaliklari.png", name: "TIBBİ ONKOLOJİ DOKTORLARI", doctors: templateDoctors }, { img: "uroloji-hastaliklari.png", name: "ÜROLOJİ DOKTORLARI", doctors: templateDoctors }, { img: "yogun-bakim-hastaliklari.png", name: "YOĞUN BAKIM DOKTORLARI", doctors: templateDoctors }, { img: "endok.png", name: "ENDOK. VE METABOLİZMA HAST DOKTORLARI", doctors: templateDoctors }, { img: "plastik-rekonstruktif-estetik-cerrahi-hastaliklari.png", name: "PLASTİK, REK. VE EST. CER. DOKTORLARI", doctors: templateDoctors } ] %}